ysy il y a 2 ans
Parent
commit
5dc6d6516f

+ 1 - 0
src/views/produceOrder/components/otherMission.vue

@@ -1,4 +1,5 @@
 <template>
+  <ele-modal title="" :visible.sync="visible">
     <el-form inline>
       <el-form-item label="任务名称">
         <el-input></el-input>

+ 1 - 2
src/views/produceOrder/components/unpackDialog.vue

@@ -371,8 +371,7 @@ export default {
             params = this.form.unpackList
           }
 
-
-
+          
           const res = await splitWork(params);
           if (res) {
             this.$message.success('拆分成功!');