JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修复

This commit is contained in:
杨航
2025-12-22 15:22:11 +08:00
parent eabefef087
commit b9e856298a
+1 -1
View File
@@ -18,7 +18,7 @@ let isShowConfirm = false
function show(title, msg, showCancel = true, cancelText = '取消', confirmText = '确定') {
if(isShowConfirm) {
return new Promise((resolve, reject) => {
reject(res);
reject({});
});
}
isShowConfirm = true