#
whycq
2023-11-21 662445047bd24967041b74cd6be53b7493ff312d
pages/business/goBusiness/reimburseOnlineDetl.vue
@@ -240,7 +240,6 @@
         const eventChannel = this.getOpenerEventChannel();
         eventChannel.on('busunessDetl', function(data) {
            _this.list.push(data.data)
            console.log(data)
            _this.getTableData(data.data.id)
            _this.getSetps(data.data.id)
         })
@@ -278,7 +277,6 @@
               header: { 'token': uni.getStorageSync('token') },
               success(res) {
                  res = res.data
                  console.log(JSON.parse(res.data.settleMsg));
                  _this.steps = JSON.parse(res.data.settleMsg)
               }
            })
@@ -295,7 +293,6 @@
                     _this.onlineDetl = res.data.records
                     
                  }
                  console.log(res);
               }
            })
         },