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

update:修改上下机接口传参

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