Commit 3112ee7a authored by 张海景's avatar 张海景

update:修改上下机接口传参

parent c89145db
......@@ -1096,8 +1096,9 @@ userTempVisible: false,
},
async upDownGetList() {
const params = {
arrangeCode: this.tableSelectData[0].arrangeCode || '',
processId: this.tableSelectData[0].processId
taskWorkunitId: this.tableSelectData[0].taskWorkunitId
// arrangeCode: this.tableSelectData[0].arrangeCode || '',
// processId: this.tableSelectData[0].processId
};
const records = await this.$u.api.dModel.getRecordsByProcessIdAndArrangeCode(params);
this.dModelData = records.data;
......
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