From 1b276e9519b1a6e8265d1515c7af958165e97a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Fri, 28 Oct 2022 16:59:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=9F=BA=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF(=E5=85=A8=E6=99=AF=E8=AE=A1=E5=88=92):=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=88=A0=E9=99=A4=E5=8A=9F=E8=83=BD=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectSummary/panoramaPlan.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/views/projectFront/projectSummary/panoramaPlan.vue b/src/views/projectFront/projectSummary/panoramaPlan.vue index 3368612a..c8a0b5b9 100644 --- a/src/views/projectFront/projectSummary/panoramaPlan.vue +++ b/src/views/projectFront/projectSummary/panoramaPlan.vue @@ -73,11 +73,11 @@ - + @@ -114,7 +114,7 @@ class="dialogFormBox"> - + { - console.log('新增成功了吗',res) + // console.log('新增成功了吗',res) if(res.code == 200){ this.$message.success(this.$t('message.projectInfo.addSuccess')+'!') this.closeDialog() @@ -373,8 +374,9 @@ export default { } }) } else if(this.formType == 2){ + console.log('编辑时候的参数',data) editPanoramaNodePlan(data).then(res=>{ - console.log(res) + console.log('编辑的结果',res) if(res.code == 200){ this.$message.success(this.$t('message.projectInfo.editSuccess')+'!') this.closeDialog() @@ -417,7 +419,7 @@ export default { this.formType = 3 }, editData(val){ - this.dialogdata = val + this.dialogdata = JSON.parse(JSON.stringify(val)) this.dialogVisible = true this.dialogTitle = /* '编辑计划' */this.$t('message.projectInfo.editPlan'), this.formType = 2