Przeglądaj źródła

禁用灰显bug修改

zhouna 3 lat temu
rodzic
commit
869b7af483
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      src/components/cdssManage/plan/Plan.vue

+ 0 - 2
src/components/cdssManage/plan/Plan.vue

@@ -178,9 +178,7 @@ export default {
             this.disablelist = res.data.data[60]
             console.log('禁用2', this.codeArr);
             this.codeArr = this.disablelist.map(item => {
-              if(item.val == 'plan_default'){
                 return item.val
-              }
             })
             console.log('禁用2021', this.codeArr);