فهرست منبع

feat: 添加全部

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'
       }, {