From 61a495efd01ecf28af098035b2b2197135e7416f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Thu, 23 Nov 2023 10:29:16 +0800 Subject: [PATCH] =?UTF-8?q?system=20=E4=B8=8B=E9=9D=A2=E7=9A=84=20database?= =?UTF-8?q?=20=E5=88=A0=E9=99=A4=E4=B9=8B=E5=90=8E=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E5=88=B7=E6=96=B0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/DataBase.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/system/DataBase.vue b/src/views/system/DataBase.vue index 04f5f48..8fbd88d 100644 --- a/src/views/system/DataBase.vue +++ b/src/views/system/DataBase.vue @@ -256,6 +256,7 @@ export default { }, onDel() { + let that = this if (this.selectedRowKeys && this.selectedRowKeys.length) { this.$confirm({ title: 'Do You Want To Delete This Item?', @@ -269,6 +270,7 @@ export default { }) if (success) { this.$message.success('Delete Success!') + that.loadData() } else { this.$message.error(message) }