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

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

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