diff --git a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue index 27f1a79c5..90e48c776 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue @@ -59,7 +59,7 @@
+ prop="respondent" >
@@ -542,7 +542,6 @@ showHotline:false, async mounted() { this.agencyId = this.$store.state.user.agencyId; - console.log(this.eventDetailData,"sdflkjsdjklf"); if (this.eventDetailData.videoNeedFlag==1) { this.required=true } @@ -563,8 +562,12 @@ showHotline:false, if (this.sysAdvancedList.hotlineSpecialTeamFlag==1) { this.showHotline=true } - if (!this.sysAdvancedList.columnsIgnore) { - delete this.dataRuledt + console.log(this.dataRule,"dskldsklfj"); + if (this.sysAdvancedList.columnsIgnore) { + console.log(this.dataRule,"dskldsklfj"); + this.dataRule={} + console.log(this.dataRule,"dskldsklfj"); + } } else {