From a640b75be052bbea95c405594f8d85845a5f90d9 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 1 Jul 2022 16:27:16 +0800 Subject: [PATCH] 111 --- src/views/modules/communityParty/heart/heartForm.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/modules/communityParty/heart/heartForm.vue b/src/views/modules/communityParty/heart/heartForm.vue index 5d348e79..6d0d71a6 100644 --- a/src/views/modules/communityParty/heart/heartForm.vue +++ b/src/views/modules/communityParty/heart/heartForm.vue @@ -523,10 +523,6 @@ export default { async initForm (type, actId) { this.$refs.ref_form.resetFields(); - - - - this.formType = type if (actId) { this.startLoading() @@ -536,6 +532,8 @@ export default { this.endLoading() } else { + this.actId = '' + this.formData.actId = '' // this.formData = JSON.parse(JSON.stringify(this.formDataTemp)); // this.agencyIdArray = this.formData.sponsorPath.split(',') } @@ -922,6 +920,7 @@ export default { }, resetData () { + this.actId = '' this.replayImgList = [] this.agencyIdArray = [] this.hideUploadBtn = false