|
|
@ -14,6 +14,9 @@ |
|
|
<el-form-item label="节点审批人"> |
|
|
<el-form-item label="节点审批人"> |
|
|
<el-input v-model="searchData.currentApprover" clearable style="width: 120px"></el-input> |
|
|
<el-input v-model="searchData.currentApprover" clearable style="width: 120px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
<el-form-item label="测试人"> |
|
|
|
|
|
<el-input v-model="searchData.tester" clearable style="width: 120px"></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
<el-form-item label="当前节点"> |
|
|
<el-form-item label="当前节点"> |
|
|
<el-select v-model="searchData.nodeId" placeholder="请选择节点" clearable style="width: 140px"> |
|
|
<el-select v-model="searchData.nodeId" placeholder="请选择节点" clearable style="width: 140px"> |
|
|
<el-option |
|
|
<el-option |
|
|
@ -884,6 +887,7 @@ export default { |
|
|
referenceNo: '', |
|
|
referenceNo: '', |
|
|
status: '', |
|
|
status: '', |
|
|
currentApprover: '', |
|
|
currentApprover: '', |
|
|
|
|
|
tester: '', |
|
|
nodeId: '' |
|
|
nodeId: '' |
|
|
}, |
|
|
}, |
|
|
exportLoading: false, |
|
|
exportLoading: false, |
|
|
@ -2330,6 +2334,7 @@ export default { |
|
|
referenceNo: this.searchData.referenceNo, |
|
|
referenceNo: this.searchData.referenceNo, |
|
|
status: this.searchData.status, |
|
|
status: this.searchData.status, |
|
|
currentApprover: this.searchData.currentApprover, |
|
|
currentApprover: this.searchData.currentApprover, |
|
|
|
|
|
tester: this.searchData.tester, |
|
|
nodeId: this.searchData.nodeId |
|
|
nodeId: this.searchData.nodeId |
|
|
} |
|
|
} |
|
|
this.isFilterSearch = false |
|
|
this.isFilterSearch = false |
|
|
|