台账管理重置

This commit is contained in:
zhujiyan
2024-06-06 23:03:55 +08:00
parent b3fbb68881
commit e6d9b35022
2 changed files with 4 additions and 0 deletions

View File

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

View File

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