From 96e19aa1fc837fb095edcbee1c6d9abebb9509b8 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 10 Feb 2023 09:38:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/device/phoneRegisterManage.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/system/device/phoneRegisterManage.vue b/src/views/system/device/phoneRegisterManage.vue index 702f238b..eae3255c 100644 --- a/src/views/system/device/phoneRegisterManage.vue +++ b/src/views/system/device/phoneRegisterManage.vue @@ -152,7 +152,7 @@ - 取消 + 取消 通过 不通过 @@ -261,6 +261,10 @@ export default { onSubmit() { this.getList(); }, + closeDialogVisible(){ + this.centerDialogVisible=false; + this.getList(); + }, getList() { this.loading = true; registerList(this.filterQuery)