chris 3 年之前
父节点
当前提交
a216c3a93e
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/views/modules/production/scheduling-mould-details.vue

+ 2 - 3
src/views/modules/production/scheduling-mould-details.vue

@@ -130,8 +130,7 @@ export default {
       this.productName = productName
       this.visible = true
 
-      if(!disable)
-      {
+      if (!disable) {
         await this.initProductList()
       }
 
@@ -177,7 +176,7 @@ export default {
           }
         })
       }).catch(() => {
-       this.dataForm.productId = ''
+        this.dataForm.productId = ''
       })
     },
     // 按工种ID查询操作人列表