Sfoglia il codice sorgente

feature:修改添加设备的资源平台的编辑刷新

zeng.chen 1 mese fa
parent
commit
c3c03450dc
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/views/device/list/detail.vue

+ 2 - 0
src/views/device/list/detail.vue

@@ -370,6 +370,8 @@ export default {
         }).then((res) => {
           if (res.code === 0) {
             this.form = res.data;
+            this.contentVipPlatformList = this.form.contentVipPlatformList;
+            this.isShowPlatform = this.form.contentVipPlatformList.length > 0;
             this.form.typeList.map((i) => {
               this.devModeOptions[i.type - 1].disabled = true;
             });