bug修改

This commit is contained in:
cdf
2024-06-07 10:12:15 +08:00
parent 9d0b4787a3
commit cbf8ef1da8
2 changed files with 7 additions and 2 deletions

View File

@@ -77,6 +77,8 @@ const tableStore = new TableStore({
'投运': 'success',
'停运': 'danger',
'检修': 'warning',
'调试': 'warning',
'退运': 'danger',
},
},
@@ -114,7 +116,8 @@ const tableStore = new TableStore({
}
})
tableStore.table.params.runF=[]
tableStore.table.params.runF=null
tableStore.table.params.searchValue=''
const runFlagList = [{id:0,name:'运行'},{id:1,name:'检修'},{id:2,name:'停运'},{id:3,name:'调试'},{id:4,name:'退运'}]