浏览代码

复制商品bug修复

wzy 7 月之前
父节点
当前提交
f2b02d20d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/renovation/commoditySystem/components/AddSelection.vue

+ 1 - 1
src/views/renovation/commoditySystem/components/AddSelection.vue

@@ -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: '加载中' })