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 })