From 19a4741002f4208bf7fc951cbf3219897af5699a Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期四, 26 十月 2023 16:41:22 +0800 Subject: [PATCH] 标绘查询修改 --- src/views/plotting/plotting.vue | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/plotting/plotting.vue b/src/views/plotting/plotting.vue index 612e502..73a8ea8 100644 --- a/src/views/plotting/plotting.vue +++ b/src/views/plotting/plotting.vue @@ -286,6 +286,7 @@ watch( () => store.state.plottingInquireData, (nVal, oVal) => { + if(!nVal)return if (nVal.isshow == false) { //鍒楄〃鍒犻櫎鑱斿姩 if (nVal.entitiesData != {} && nVal.entitiesData.name) { @@ -295,6 +296,7 @@ break; } } + store.state.plottingInquireData = null } } }, @@ -365,8 +367,8 @@ margin-right: 18px; } .btn_box_d { - width: 17px; - height: 18px; + width: 30px; + height: 30px; background: url("../../assets/img/d.png") no-repeat center; background-size: 100% 100%; } @@ -375,8 +377,8 @@ background-size: 100% 100%; } .btn_box_x { - width: 26px; - height: 27px; + width: 30px; + height: 30px; background: url("../../assets/img/x.png") no-repeat center; background-size: 100% 100%; } @@ -385,8 +387,8 @@ background-size: 100% 100%; } .btn_box_m { - width: 22px; - height: 20px; + width: 30px; + height: 30px; background: url("../../assets/img/m.png") no-repeat center; background-size: 100% 100%; margin-right: 0; -- Gitblit v1.9.3