终端台账、监测点台账重置运行状态

This commit is contained in:
zhujiyan
2024-06-07 10:18:49 +08:00
parent cbf8ef1da8
commit c5ad30177b
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -146,6 +146,7 @@ const tableStore = new TableStore({
})
tableStore.table.params.runF=null
tableStore.table.params.runFlag=[]
tableStore.table.params.searchValue=''