#
whycq
2023-11-21 662445047bd24967041b74cd6be53b7493ff312d
pages/business/saleManage/cstmrDetls.vue
@@ -91,9 +91,7 @@
         }
      },
      onLoad(option) { 
         console.log('开始');
         if (JSON.stringify(option) != "{}") {
            console.log('pd1');
            this.id = option.id
            this.init()
            this.autoLoad('follower','')
@@ -101,7 +99,6 @@
               this.getFollowers()
            },500)
         } else {
            console.log('cd2');
            let _this = this
            const eventChannel = this.getOpenerEventChannel();
            eventChannel.on('cstmr', function(data) {
@@ -128,7 +125,6 @@
               method: 'GET',
               success(res) {
                  res = res.data
                  console.log(res);
                  that.saleManage = res.data
                  that.cstmr = res.data
                  that.cstmrId = that.cstmr.id