allen 2 лет назад
Родитель
Сommit
d678616371
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      src/views/infrastructure/deviceSetup.vue

+ 4 - 1
src/views/infrastructure/deviceSetup.vue

@@ -104,10 +104,13 @@ export default {
   components: { BTable,DataReportLeft,setPreferencs },
   data() {
     return {
-      tmnstatusRunstatus:'I',
+      tmnstatusRunstatus:'',
       treeData: [],
       waterKeyword: '',
       tmnstatusList: [{
+        label: '全部',
+        value: ''
+      },{
         label: '空闲中',
         value: 'I'
       }, {