From 52acf7bbeb285c62b0b3b2cb463d1dd8eff5bb04 Mon Sep 17 00:00:00 2001 From: 123456 <17862666717> Date: Thu, 23 Jun 2022 14:49:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A2=9E=E5=8A=A0=E9=83=A8=E5=88=86?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/point/icpointnucleicmonitoring-add-or-update.vue | 4 +--- .../point/icpointvaccinesinoculation-add-or-update.vue | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue b/src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue index e4c30016..8fd4d1c8 100644 --- a/src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue +++ b/src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue @@ -113,7 +113,6 @@ var infoWindowList; export default { data() { return { - visible: false, dataForm: { id: "", customerId: "", @@ -336,7 +335,6 @@ export default { .catch(() => {}); }, init() { - this.visible = true; this.$nextTick(() => { this.$refs["dataForm"].resetFields(); if (this.dataForm.id) { @@ -380,8 +378,8 @@ export default { type: "success", duration: 500, onClose: () => { - this.visible = false; this.$emit("refreshDataList"); + this.closeSubmit() }, }); }) diff --git a/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue b/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue index cc6babf2..ede57617 100644 --- a/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue +++ b/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue @@ -420,6 +420,7 @@ export default { // onClose: () => { // this.visible = false // this.$emit('refreshDataList') + // this.closeSubmit() // } // }) // }).catch(() => {})