From e8b665122cf256caae4993534c696d029883f0d5 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期三, 05 三月 2025 10:52:03 +0800
Subject: [PATCH] showmodal cancal 改成 close

---
 pages/selpsn/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/selpsn/index.vue b/pages/selpsn/index.vue
index 4099cc1..2c9ec66 100644
--- a/pages/selpsn/index.vue
+++ b/pages/selpsn/index.vue
@@ -107,7 +107,7 @@
 								title: this.translateSys("error"),
 								content: ex.errMsg,
 								showCancel: false,
-								confirmText: this.translateSys("cancel")
+								confirmText: this.translateSys("close")
 							});
 						});
 				} else
@@ -138,7 +138,7 @@
 						title: this.translateSys("tip"),
 						content: this.translate('tip_no_select_user'),
 						showCancel: false,
-						confirmText: this.translateSys("cancel")
+						confirmText: this.translateSys("close")
 					});
 					return;
 				}

--
Gitblit v1.9.1