From ccfc50916a48f293d84bbf1aacaa5e8c9a155949 Mon Sep 17 00:00:00 2001 From: zzq <15064940501@163.com> Date: Sun, 27 Aug 2023 16:56:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A4=E6=9E=97=E5=91=98=E6=89=93=E5=8D=A1?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/gridman/forestranger/index.vue | 3 ++- src/views/gridman/forestranger/widget/clockIn.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/gridman/forestranger/index.vue b/src/views/gridman/forestranger/index.vue index ef9d8cb..b773586 100644 --- a/src/views/gridman/forestranger/index.vue +++ b/src/views/gridman/forestranger/index.vue @@ -59,7 +59,7 @@ -
+
@@ -170,6 +170,7 @@ clockInSuccess(){ console.log('231321') this.rowdataKey++ + this.getClockInList() }, getClockInList(){ let param = { diff --git a/src/views/gridman/forestranger/widget/clockIn.vue b/src/views/gridman/forestranger/widget/clockIn.vue index 5841f5f..895f885 100644 --- a/src/views/gridman/forestranger/widget/clockIn.vue +++ b/src/views/gridman/forestranger/widget/clockIn.vue @@ -84,6 +84,7 @@ export default { if (response.code == 200) { // 上传shp this.$emit("clockInSuccess"); + this.$emit("close"); this.$message({ type: "success", message: response.message