From 7a928f3387bffcf1ee795fd7129a6052ae50119b Mon Sep 17 00:00:00 2001 From: WL Date: Mon, 24 Jun 2024 10:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=EF=BC=9A#16381=20?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=E5=AF=86=E7=A0=81=E7=BB=99=E4=BA=88=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/corpinfo/components/corpList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/corpinfo/components/corpList.vue b/src/views/system/corpinfo/components/corpList.vue index 6402542..5e035b2 100644 --- a/src/views/system/corpinfo/components/corpList.vue +++ b/src/views/system/corpinfo/components/corpList.vue @@ -780,7 +780,7 @@ export default { }) }, resetPwd(id) { - this.$confirm('确定要进行密码重置吗?', { + this.$confirm('确定要重置密码为666666吗?', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning'