Explorar el Código

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

zeng.chen hace 1 mes
padre
commit
c3c03450dc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
             });