瀏覽代碼

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