From 53249919690d483ef7edacfef00a6c0a285e55e4 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期四, 18 九月 2025 10:41:38 +0800
Subject: [PATCH] bug修复
---
pages/shengchanlingliao/form.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/pages/shengchanlingliao/form.vue b/pages/shengchanlingliao/form.vue
index ffbb9c9..eeceafd 100644
--- a/pages/shengchanlingliao/form.vue
+++ b/pages/shengchanlingliao/form.vue
@@ -260,6 +260,9 @@
components:{
BillListPopupVue
},
+ onUnload() {
+ uni.$off('BillSelectComplete')
+ },
onLoad(e) {
console.log(e, this.userInfo)
this.OperationType = e.OperationType
--
Gitblit v1.9.1