|
@@ -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;
|
|
});
|
|
});
|