allen пре 2 година
родитељ
комит
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'
       }, {