From 097cf72e058aa449384b780a5701b71de5580c5e Mon Sep 17 00:00:00 2001 From: jiangyy Date: Mon, 4 Jul 2022 13:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=B1=E5=BF=83=E4=BA=92=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityParty/heart/heartForm.vue | 53 ++++--------------- 1 file changed, 10 insertions(+), 43 deletions(-) diff --git a/src/views/modules/communityParty/heart/heartForm.vue b/src/views/modules/communityParty/heart/heartForm.vue index 967072c6f..14650b472 100644 --- a/src/views/modules/communityParty/heart/heartForm.vue +++ b/src/views/modules/communityParty/heart/heartForm.vue @@ -132,7 +132,7 @@ prop="auditSwitch" label-width="150px" style="display: block"> - + (选中后报名参加活动人员可以直接审核通过) @@ -397,6 +397,7 @@ export default { valActTime: valActTime, valSigninTime: valSigninTime, + noauditSwitch: false, formData: { actAddress: "", actContentHtml: "", @@ -409,7 +410,7 @@ export default { actQuota: undefined, actStartTime: "", actType: "heart", - noauditSwitch: false, + auditSwitch: true, coverPic: "", coverPicAuditStatus: "", @@ -437,44 +438,6 @@ export default { volunteerLimit: false, }, - formDataTemp: { - actAddress: "山东省青岛市市北区安达路", - actContent: {}, - - actContentHtml: "", - actDraftId: "", - actEndTime: "2022-07-20 00:00", - actId: "", - actLatitude: 36.102321679746424, - actLongitude: 120.37441423359928, - actQuota: 50, - actStartTime: "2022-07-15 00:00", - actType: "heart", - noauditSwitch: false, - auditSwitch: true, - coverPic: "", - coverPicAuditStatus: "", - customerId: "", - noticePassedPeople: false, - requirement: "报名条件报名条件报名条件", - reward: 100, - signInAddress: "山东省青岛市市南区南京路79号丁", - signInEndTime: "2022-07-14 11:00", - signInLatitude: 36.07208450171733, - signInLongitude: 120.38920734352655, - signInRadius: 100, - signInStartTime: "2022-07-14 10:00", - signUpEndTime: "2022-07-13 00:00", - sponsorContacts: "王二麻", - sponsorPath: "7b6f9a9f9f38d5f9fa7ce94a93d6eb28,63d5ff92ea981b1c58e4914ac894c610", - sponsorId: "7b6f9a9f9f38d5f9fa7ce94a93d6eb28", - sponsorName: "市北区", - sponsorTel: "1511111111", - sponsorType: "agency", - target: "", - title: "31231", - volunteerLimit: true, - }, orgOptions: [], orgOptionProps: { @@ -608,7 +571,9 @@ export default { this.formData.summaryContentHtml = this.formData.summaryContent[0].content } } - this.formData.noauditSwitch = !this.formData.auditSwitch + + this.noauditSwitch = !this.formData.auditSwitch + if (this.formData.coverPic) { @@ -682,7 +647,8 @@ export default { this.formData.customerId = this.customerId this.formData.noticePassedPeople = false - this.formData.auditSwitch = !this.formData.noauditSwitch + + this.formData.auditSwitch = !this.noauditSwitch let url = "/heart/work/act/publishV2" if (this.actId) { @@ -925,6 +891,7 @@ export default { this.replayImgList = [] this.agencyIdArray = [] this.hideUploadBtn = false + this.noauditSwitch = false this.formData = { actAddress: "", actContentHtml: "", @@ -937,7 +904,7 @@ export default { actQuota: undefined, actStartTime: "", actType: "heart", - noauditSwitch: false, + auditSwitch: true, coverPic: "", coverPicAuditStatus: "",