From cf09696245f101dfdc4d23aecb1b5c5a905de643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Tue, 20 Sep 2022 17:19:21 +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(=E8=8A=82=E7=82=B9=E5=BA=93):=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/projectSummary/NodeLibrary.vue | 2 +- src/views/projectFront/projectSummary/panoramaPlan.vue | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/projectFront/projectSummary/NodeLibrary.vue b/src/views/projectFront/projectSummary/NodeLibrary.vue index f9489825..f1d6e672 100644 --- a/src/views/projectFront/projectSummary/NodeLibrary.vue +++ b/src/views/projectFront/projectSummary/NodeLibrary.vue @@ -130,7 +130,7 @@ :disabled="formType == 3"> - + {{$t('message.projectInfo.fresh')}} + + + {{$t('message.projectInfo.add')}} +
@@ -336,7 +340,7 @@ export default { console.log(data) if(this.formType == 1){ addPanoramaNodePlan(data).then(res=>{ - console.log(res) + console.log('新增成功了吗',res) if(res.code == 200){ this.$message.success(this.$t('message.projectInfo.addSuccess')+'!') this.closeDialog()