From 5718b5bfa2995dcdeb167a01d1562cb3006aeeee Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 8 Nov 2023 14:09:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E4=BC=9A=E4=B8=80=E8=AF=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/party/AppMeetingChinaunion/components/add.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/party/AppMeetingChinaunion/components/add.vue b/packages/party/AppMeetingChinaunion/components/add.vue index 5f382a9e..1c658ca7 100644 --- a/packages/party/AppMeetingChinaunion/components/add.vue +++ b/packages/party/AppMeetingChinaunion/components/add.vue @@ -495,12 +495,9 @@ export default { //保存提交表单验证 confirm(status) { - console.log(444) if (status == '1') { - console.log(222) this.$refs.form.validate((valid) => { if (valid) { - console.log(333) this.addUpdate(status); } }) @@ -521,7 +518,6 @@ export default { //新增 addUpdate(status) { - console.log(123) let hasHost = false; this.form.participantList.map(e => { if (e.isHost) { @@ -533,7 +529,6 @@ export default { } }) - console.log(hasHost) if (!hasHost && status == '1') { return this.$message.error("请选择主持人"); }