From d8663f464a947ed96aaf2f24c6d95cad19b4bff8 Mon Sep 17 00:00:00 2001 From: SelfRidicule Date: Wed, 3 Apr 2024 14:16:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=EF=BC=9A=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E4=BC=81=E4=B8=9A=E9=80=89=E6=8B=A9=E8=AE=BE=E5=A4=87=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/CustomerEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/admin/CustomerEdit.vue b/src/views/admin/CustomerEdit.vue index 1bc5341..9d6b87c 100644 --- a/src/views/admin/CustomerEdit.vue +++ b/src/views/admin/CustomerEdit.vue @@ -763,7 +763,7 @@ export default { userIds: this.selectedDeviceRowKeys } ).then(res => { - this.$refs.userTable.$forceUpdate() + this.getContastsList() this.visible1 = false this.$message.success(res.msg) })