From 12e6b536fb30cb3ee0f9be4156a6939d7e2bd6dc Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Wed, 17 May 2023 10:57:24 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9dataId=E4=B8=BAreportId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/OrgTable.vue | 1 - src/views/reportProcess/components/reportForm.vue | 1 - src/views/reportProcess/examine.vue | 2 +- src/views/reportProcess/launch.vue | 4 ++-- src/views/userCenter/processCenter/tabs.vue | 1 - 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/OrgTable.vue b/src/components/OrgTable.vue index e89fe64..a78da50 100644 --- a/src/components/OrgTable.vue +++ b/src/components/OrgTable.vue @@ -957,7 +957,6 @@ export default { }) }) } - debugger if (this.maxSelected == 1) { // this.tableChecked = this.config.value diff --git a/src/views/reportProcess/components/reportForm.vue b/src/views/reportProcess/components/reportForm.vue index b052e04..1de3a0a 100644 --- a/src/views/reportProcess/components/reportForm.vue +++ b/src/views/reportProcess/components/reportForm.vue @@ -255,7 +255,6 @@ export default { console.log("变化了", this.form) if (this.form.secrecyLast) { this.isShowTime = true - debugger this.form.secrecyLast = new Date(this.form.secrecyLast) } if (this.processForm.keyContent) { diff --git a/src/views/reportProcess/examine.vue b/src/views/reportProcess/examine.vue index b27a0d1..380f638 100644 --- a/src/views/reportProcess/examine.vue +++ b/src/views/reportProcess/examine.vue @@ -169,7 +169,7 @@ export default { taskId: this.taskId, userId: this.$store.getters.userInfo.usid, prcType: this.prcType, - reportId: this.processOld.dataId + reportId: this.processForm.reportId }) } }) diff --git a/src/views/reportProcess/launch.vue b/src/views/reportProcess/launch.vue index c0f0987..09eea18 100644 --- a/src/views/reportProcess/launch.vue +++ b/src/views/reportProcess/launch.vue @@ -363,7 +363,7 @@ export default { console.log(this.processForm,"his.processFormhis.processFormhis.processForm") // 判断报告名称是否重复 this.$api.reportProcess.JggleName({ - id:this.processOld.dataId||this.processForm.reportId || '', + id:this.processForm.reportId || '', name:this.processForm.name }).then(async res=>{ @@ -382,7 +382,7 @@ export default { taskId: this.taskId, userId: this.$store.getters.userInfo.usid, prcType: this.prcType, - reportId: this.processOld.dataId|| '' + reportId: this.processForm.reportId|| '' }) } } else { diff --git a/src/views/userCenter/processCenter/tabs.vue b/src/views/userCenter/processCenter/tabs.vue index 5e3435f..80e052f 100644 --- a/src/views/userCenter/processCenter/tabs.vue +++ b/src/views/userCenter/processCenter/tabs.vue @@ -60,7 +60,6 @@ export default { }, methods: { controlNode(node) { - debugger const permissionId = this.$store.getters.btnPerssion.map(item=>{ return item.id })