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