chris 3 years ago
parent
commit
a216c3a93e
1 changed files with 2 additions and 3 deletions
  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查询操作人列表