From eb2a91046afb8907caf8eb00a909cf1c9f738b75 Mon Sep 17 00:00:00 2001 From: liuyuan <582976274@qq.com> Date: Wed, 19 Feb 2025 13:47:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF-=E5=A2=9E=E5=8A=A0=E5=BF=83?= =?UTF-8?q?=E7=81=B5=E7=A9=BA=E9=97=B4=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../commonNews/course-add-or-update.vue | 21 +++++++------------ 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/src/views/modules/commonNews/course-add-or-update.vue b/src/views/modules/commonNews/course-add-or-update.vue index 4a34ac3..480936d 100644 --- a/src/views/modules/commonNews/course-add-or-update.vue +++ b/src/views/modules/commonNews/course-add-or-update.vue @@ -36,15 +36,6 @@ > - @@ -227,12 +218,14 @@ export default { title: "", isBook: 0, //是否是疯子读书 isMedical: 0, //是否是吴门医述 - isSociology: 0 //是否是众妙之门 + isSociology: 0, //是否是众妙之门 + isPsyche: 0 //是否是心灵空间 }, APPList: [ { label: "疯子读书", value: 2, valueName: "isBook" }, { label: "吴门医述", value: 3, valueName: "isMedical" }, - { label: "众妙之门", value: 1, valueName: "isSociology" } + { label: "众妙之门", value: 1, valueName: "isSociology" }, + { label: "心灵空间", value: 4, valueName: "isPsyche" } ], dataRule: { title: [ @@ -320,7 +313,8 @@ this.dataForm.content='' title: "", isBook: 0, //是否是疯子读书 isMedical: 0, //是否是吴门医述 - isSociology: 0 //是否是众妙之门 + isSociology: 0, //是否是众妙之门 + isPsyche: 0 //是否是心灵空间 }; } @@ -335,7 +329,8 @@ this.dataForm.content='' if ( this.dataForm.isBook == 0 && this.dataForm.isMedical == 0 && - this.dataForm.isSociology == 0 + this.dataForm.isSociology == 0 && + this.dataForm.isPsyche == 0 ) { this.$message.error("请选择发布APP"); return;