From 1ebafbb7dc199d74178984e0ef9ececb32cca73e Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 09 十二月 2024 09:55:08 +0800 Subject: [PATCH] feat:库管首页多次刷新 --- subPages/pvcSplicePage/kuguan.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/subPages/pvcSplicePage/kuguan.vue b/subPages/pvcSplicePage/kuguan.vue index 8a8b0e5..6919b7b 100644 --- a/subPages/pvcSplicePage/kuguan.vue +++ b/subPages/pvcSplicePage/kuguan.vue @@ -243,7 +243,7 @@ }else{ this.$u.toast('鎿嶄綔鎴愬姛'); setTimeout(() => { - this.init(); + // this.init(); uni.switchTab({ url: '/pages/tabbar-page/index-tabbar/index-tabbar' }) -- Gitblit v1.9.1