@@ -194,7 +194,7 @@ export default {
if (params.productId) {
this.getInfo(params.productId)
}
- this.$refs.formData && this.$refs.formData.resetFields()
+ // this.$refs.formData && this.$refs.formData.resetFields()
},
async getInfo(id) {
const loading = this.$loading({ text: '加载中' })