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

@@ -144,9 +144,11 @@ 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:'退运'}]
provide('tableStore', tableStore)