From fed0a1edd770e01db125d9ab0c12e73640b15cd4 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 10 五月 2024 19:18:23 +0800
Subject: [PATCH] #
---
pages/phyz/bcp/bcpDbList.vue | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/pages/phyz/bcp/bcpDbList.vue b/pages/phyz/bcp/bcpDbList.vue
index 2f3b4a2..9d79c86 100644
--- a/pages/phyz/bcp/bcpDbList.vue
+++ b/pages/phyz/bcp/bcpDbList.vue
@@ -282,6 +282,12 @@
method: 'POST',
success(res) {
console.log(res);
+ res = res.data
+ if (res.code === 200) {
+ uni.navigateBack({
+ delta: 1
+ });
+ }
}
})
this.$refs.filter.close('bottom')
--
Gitblit v1.9.1