ysy 2 лет назад
Родитель
Сommit
4c27146daf
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/views/produceOrder/report.vue
  2. 1 1
      src/views/produceWord/index.vue

+ 1 - 1
src/views/produceOrder/report.vue

@@ -268,7 +268,7 @@
       },
       async _getTaskListById() {
         // 获取工序
-        const res1 = await getTaskListById(this.infoData.produceVersionId);
+        const res1 = await getTaskListById(this.infoData.produceRoutingId);
 
         const list = res1.filter((i) => !i.name.includes('工具'));
 

+ 1 - 1
src/views/produceWord/index.vue

@@ -37,7 +37,7 @@
 
       <div class="footer" slot="footer">
         <el-button @click="visible = false">取消</el-button>
-        <el-button type="primary" @click="confirm">确定</el-button>
+        <el-button type="primary" >确定</el-button>
       </div>
     </el-dialog>
   </div>