From 93b8ea2e56f4b723e3b4507440dea0f1c396981f Mon Sep 17 00:00:00 2001 From: wuyibo <771227828@qq.com> Date: Sat, 8 Apr 2023 09:27:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E7=9B=B4=E6=92=AD=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/system/WxBuilding/index.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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("修改成功");