Commit e828d416 authored by 李驰骋's avatar 李驰骋

Merge remote-tracking branch 'origin/dev' into dev

parents 9b1eb39c 3112ee7a
......@@ -20,6 +20,7 @@
:columns="tableColumn"
:stripe="true"
rowKey="taskWorkunitId"
:isTrClassStyle="isTrClassStyle"
@rowClick="rowClick"
@toggleRowSelection="toggleRowSelection"
@toggleAllSelection="toggleAllSelection"
......@@ -1095,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