Parcourir la source

Merge branch 'develop/3.2.9' of http://60.205.190.38:9000/zhaoheqing/ohplay_system into develop/3.2.9

332777428@qq.com il y a 1 mois
Parent
commit
5289f030c2
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;
             });