From af933ec3b890a8c6245f862f508e70f035c845f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Wed, 8 Jan 2025 11:21:14 +0800 Subject: [PATCH] =?UTF-8?q?12345=E5=BD=95=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/event/cpts/event-info.vue | 6 ------ .../shequzhili/event/cpts/process-form-complete.vue | 7 +++---- .../modules/shequzhili/event/cpts/process-form-contact.vue | 5 ++--- src/views/modules/shequzhili/eventHandling/index.vue | 1 - 4 files changed, 5 insertions(+), 14 deletions(-) diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index c6e9532f7..283104c18 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -363,7 +363,6 @@ export default { } }, mounted() { - console.log(this.eventDetailData,"sdkljgflksdgjlksjkdglsjk"); }, methods: { @@ -413,7 +412,6 @@ changeName(val) { } else { this.$message.error(msg); } - console.log( this.projectProcess,"sdflkjlksdf"); }, formTimeLimit(val) { @@ -431,7 +429,6 @@ changeName(val) { } }, async handleComfirm() { - console.log(); this.startLoading(); if (this.pageTypeCopy === "dispose" ||this.pageTypeCopy === "assign" ||this.pageTypeCopy === 'resetAssign'|| this.pageTypeCopy === "check" || this.pageTypeCopy === "return" ) { await this.handelDispose(); @@ -441,7 +438,6 @@ changeName(val) { async handelDispose() { console.log("handelDispose......"); - console.log("okflag:"+this.$refs.ref_processinfo_dispose.okflag); this.$refs.ref_processinfo_dispose.getProcessInfo(); if (this.$refs.ref_processinfo_dispose.okflag) { this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType; @@ -467,7 +463,6 @@ changeName(val) { } }, async submitDispose(url, params) { - console.log(params); const { data, code, msg } = await requestPost(url, { ...params, }); @@ -526,7 +521,6 @@ changeName(val) { this.pageTypeCopy = "info"; }, async replayDetail(){ - console.log(this.eventDetailCopy); const url = `/governance/icEvent/replayDetail/${this.eventDetailData.icEventId}`; const { data, code, msg } = await requestGet(url); if (code === 0) { 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 1c51fde41..240257a29 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue @@ -541,11 +541,10 @@ export default { async mounted() { this.agencyId = this.$store.state.user.agencyId; - await this.sysAdvancedPage() + console.log(this.eventDetailData,"sdflkjsdjklf"); if (this.eventDetailData.videoNeedFlag==1) { - this.required=true - console.log("sdlhgkjsghkld"); - } + this.required=true + } const { user } = this.$store.state; this.agencyId = user.agencyId; }, diff --git a/src/views/modules/shequzhili/event/cpts/process-form-contact.vue b/src/views/modules/shequzhili/event/cpts/process-form-contact.vue index 77493313d..5ad9e47c3 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-contact.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-contact.vue @@ -203,13 +203,12 @@ export default { created() { }, async mounted() { + console.log(this.eventDetailData,"sdflkjsdjklf"); this.agencyId = this.$store.state.user.agencyId; - await this.sysAdvancedPage() - if (this.sysAdvancedList.contactVoiceFlag==1) { + if (this.eventDetailData.videoNeedFlag==1) { this.required=true } }, - methods: { async sysAdvancedPage(row) { const url = '/governance/icEventConfig/getStreetConfigDetail'; diff --git a/src/views/modules/shequzhili/eventHandling/index.vue b/src/views/modules/shequzhili/eventHandling/index.vue index 6d7e4de01..4e2937d98 100644 --- a/src/views/modules/shequzhili/eventHandling/index.vue +++ b/src/views/modules/shequzhili/eventHandling/index.vue @@ -330,7 +330,6 @@ export default { }, mounted() { if (this.$route.params.params) { - console.log(this.$route.params.params,"klsdfkldsf"); this.formData.resolveEvent=this.$route.params.params } this.realName = this.$store.state.user.realName;