bug修改
This commit is contained in:
@@ -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:'退运'}]
|
||||
|
||||
Reference in New Issue
Block a user