From f466bcec4737367161e41d81b7d8389eeebe95b0 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 26 Jun 2023 13:23:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E7=94=A8=E4=BB=A3=E7=A0=81=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/supervisionNew/basicGoal.vue | 21 ++----------------- .../views/supervisionNew/basicGoalDept.vue | 4 +--- client/src/views/supervisionNew/mytask.vue | 6 +++--- 3 files changed, 6 insertions(+), 25 deletions(-) diff --git a/client/src/views/supervisionNew/basicGoal.vue b/client/src/views/supervisionNew/basicGoal.vue index 0163ce0..5ffe4bf 100644 --- a/client/src/views/supervisionNew/basicGoal.vue +++ b/client/src/views/supervisionNew/basicGoal.vue @@ -242,12 +242,6 @@ } }, handleUpSuccess1(res, file, filelist) { - debugger; - console.log(res) - console.log(file) - console.log(filelist) - // this.form.pgoal_1_file = res.data.id; - console.log(filelist) this.form.pgoal_1_file = ''; this.form.pgoal_2_file = ''; this.form.pgoal_3_file = ''; @@ -261,15 +255,11 @@ this.form[key] = filelist[i].id; } } - console.log(this.form) }, // handleUpSuccess2(res, file, filelist) { // this.form.pgoal_2_file = res.data.id; // }, handleRemove1(file, filelist){ - debugger; - console.log(file) - console.log(filelist) this.form.pgoal_1_file = ''; this.form.pgoal_2_file = ''; this.form.pgoal_3_file = ''; @@ -293,7 +283,6 @@ getPgoalList(this.listQuery).then((response) => { if (response.data) { let data = response.data.results; - debugger; for(let i=0;i { if (valid) { const isEdit = this.dialogType === "edit"; if (isEdit) { updatePgoal(this.form.id, this.form).then((res) => { if (res.code >= 200) { - debugger; this.getList(); this.dialogVisible = false; this.$message.success("成功"); @@ -415,7 +399,6 @@ } else { createPgoal(this.form).then((res) => { if (res.code >= 200) { - debugger; this.getList(); this.dialogVisible = false; this.$message.success("成功"); diff --git a/client/src/views/supervisionNew/basicGoalDept.vue b/client/src/views/supervisionNew/basicGoalDept.vue index 6b4b93a..3168300 100644 --- a/client/src/views/supervisionNew/basicGoalDept.vue +++ b/client/src/views/supervisionNew/basicGoalDept.vue @@ -115,7 +115,7 @@ that.listQuery.year = date.getFullYear()+''; } - console.log(that.listQuery) + // console.log(that.listQuery) getPgoalDeptList(that.listQuery).then((res) => { if (res.data) { let data0 = res.data; @@ -167,8 +167,6 @@ dataList[index].pgoal_5=goal_value_b; } } - debugger; - console.log(dataList) that.dataList.results = dataList; } that.listLoading = false; diff --git a/client/src/views/supervisionNew/mytask.vue b/client/src/views/supervisionNew/mytask.vue index 5b3085c..81a0445 100644 --- a/client/src/views/supervisionNew/mytask.vue +++ b/client/src/views/supervisionNew/mytask.vue @@ -783,7 +783,7 @@ import user from "@/store/modules/user"; this.getList(); }, itemClick(item){ - console.log(item); + // console.log(item); let that = this; that.task2Item = item; that.task2do = item.id; @@ -811,7 +811,7 @@ import user from "@/store/modules/user"; //获取集团指导文件 getPgoalList({year:item.task2_.year,page:0}).then(resp=>{ that.task= resp.data[0]; - console.log(that.task) + // console.log(that.task) // debugger; }) }else{//日常监督 @@ -886,7 +886,7 @@ import user from "@/store/modules/user"; delGoal(item,index){ if(item.id){ deletePgoalDept(item.id).then(res=>{ - console.log(res) + // console.log(res) if(res.code>=200){ this.subData.splice(index,1) this.$message.success('删除成功')