From bf3ba04e9fa3949c7b7190164289dbf1602e6085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Thu, 18 Aug 2022 19:00:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B1=E5=9F=BA=E5=9D=91=E7=B3=BB=E7=BB=9F(?= =?UTF-8?q?=E5=9F=BA=E5=9D=91=E9=85=8D=E7=BD=AE):=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5=E4=BB=A5=E5=8F=8A=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=8C=89=E9=92=AE=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectFront/deepFoundationPitManage/dataConfig.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/projectFront/deepFoundationPitManage/dataConfig.vue b/src/views/projectFront/deepFoundationPitManage/dataConfig.vue index 45e3995d..9507e2fc 100644 --- a/src/views/projectFront/deepFoundationPitManage/dataConfig.vue +++ b/src/views/projectFront/deepFoundationPitManage/dataConfig.vue @@ -556,7 +556,7 @@ - 添加 + 添加 @@ -760,6 +760,7 @@ import { export default { data(){ return{ + show:true, deleteInfo: false, isPreview: false, testPointOptions:[], @@ -1265,6 +1266,7 @@ export default { }) }, preViewPointData(val){ + this.show= false console.log(val) this.isPreview = true this.showTestPoint = true @@ -1387,6 +1389,7 @@ export default { this.selectDeepExcavationPlaneFigureList() }, addTestPoint(){ + this.show= true this.showTestPoint = true }, handleSelectionChange(val){