diff --git a/ruoyi-ui/src/views/system/WxBuilding/index.vue b/ruoyi-ui/src/views/system/WxBuilding/index.vue index 32face28..c7cfadea 100644 --- a/ruoyi-ui/src/views/system/WxBuilding/index.vue +++ b/ruoyi-ui/src/views/system/WxBuilding/index.vue @@ -39,7 +39,7 @@ @@ -145,7 +145,7 @@ @@ -527,6 +527,13 @@ export default { value: false, label: '否' }], + isLiveOptions:[{ + value: "1", + label: '是' + },{ + value: "0", + label: '否' + }], options: [{ value: 1, label: '待审核' @@ -783,6 +790,7 @@ export default { imgs.push(item.url); }); this.form.defaultPicture = imgs.join(',') + this.form.isSupportlive = this.form.isSupportlive?1:0; if (this.form.id != null) { updateWxBuilding(this.form).then(response => { this.$modal.msgSuccess("修改成功");