jiangping
2025-06-27 30e622e971b73c6a80d5534a34ac8962ea1c45eb
wx/pages/addition_subtraction/addition_subtraction.vue
@@ -138,6 +138,11 @@
         this.code = options.code
         this.startDate = options.startDate
         this.cyclePrice = options.cyclePrice
         if (options.title) {
            uni.setNavigationBarTitle({
               title: options.title
            });
         }
         this.getDetails()
         uni.$on('add', (res) => {
            if (JSON.stringify(this.add).indexOf(res.model.idCard) !== -1) {