From 7662665a4f88da0f8afa804bd4a34dfbefc1fb56 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 29 八月 2025 15:17:59 +0800
Subject: [PATCH] get_pre_page_subtable_next_row
---
pages/modal/5600.vue | 20 ++++----------------
1 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/pages/modal/5600.vue b/pages/modal/5600.vue
index 8446831..7002a5c 100644
--- a/pages/modal/5600.vue
+++ b/pages/modal/5600.vue
@@ -206,7 +206,8 @@
dataObjCreate,
dataObjDel
} from "@/api/data.js"
-
+import {showInfo,
+ showError} from "@/js/Page.js"
export default {
data() {
return {
@@ -2767,21 +2768,8 @@
else if (type == "2")
this.ok2Loading = false
}).catch(ex => {
- let tip = typeof ex.errMsg == "string" ? ex.errMsg : ex
-
- // var tip = typeof ex == "string" ? ex : ex.errMsg;
- if (type == "1")
- this.okLoading = false
- else if (type == "2")
- this.ok2Loading = false
- uni.showModal({
- title: this.translateSys("error") + "8.1",
- content: this.translate("execute_after_ok_event_failed") + this.translateSys(
- "comma") +
- tip,
- showCancel: false,
- confirmText: this.translateSys("cancel")
- });
+ showError(ex, this.translateSys("error") + "8.1")
+
});
},
--
Gitblit v1.9.1