فهرست منبع

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

332777428@qq.com 1 ماه پیش
والد
کامیت
5289f030c2
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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) => {
         }).then((res) => {
           if (res.code === 0) {
           if (res.code === 0) {
             this.form = res.data;
             this.form = res.data;
+            this.contentVipPlatformList = this.form.contentVipPlatformList;
+            this.isShowPlatform = this.form.contentVipPlatformList.length > 0;
             this.form.typeList.map((i) => {
             this.form.typeList.map((i) => {
               this.devModeOptions[i.type - 1].disabled = true;
               this.devModeOptions[i.type - 1].disabled = true;
             });
             });