This commit is contained in:
mashuai 2025-11-03 17:17:34 +08:00
parent 7ee7f6527e
commit 9ba223fe1f
1 changed files with 4 additions and 4 deletions

View File

@ -90,11 +90,11 @@
>批量驳回
</el-button>
</el-col>
<!-- <el-col :span="1.5">
<el-col :span="1.5">
<el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport">
导出
</el-button>
</el-col> -->
</el-col>
<right-toolbar
:showSearch.sync="showSearch"
@queryTable="getList"
@ -224,12 +224,12 @@ export default {
onDictReady(dict) {
// repair_end_task_status
const validOptions = dict.type.repair_end_task_status || []
//
if (validOptions.length > 0) {
this.queryParams.taskStatus = validOptions[0].value
}
//
this.getList()
},