Commit cb026df5 authored by 张海景's avatar 张海景

update:修改刀模板上下机传参

parent 27e35b8e
...@@ -1029,7 +1029,8 @@ export default { ...@@ -1029,7 +1029,8 @@ export default {
} }
const params = { const params = {
arrangeCode: this.tableSelectData[0].arrangeCode || '', arrangeCode: this.tableSelectData[0].arrangeCode || '',
processId: this.tableSelectData[0].processId processId: this.tableSelectData[0].processId,
workunitId: this.vuex_workunit.workunitId
}; };
const records = await this.$u.api.dModel.getRecordsByProcessIdAndArrangeCode(params); const records = await this.$u.api.dModel.getRecordsByProcessIdAndArrangeCode(params);
// 如果有数据 // 如果有数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment