@@ -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('工具'));
@@ -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>