#
whycq
2023-11-22 35b8f2e7b34875efebed526a7394ff50e65f8e90
pages/business/cstmrInfo/cstmrInfo.vue
@@ -148,7 +148,6 @@
         },
         open() {
            this.show = true 
            console.log(this.columns);
         },
         add() {
            let _this = this
@@ -161,7 +160,6 @@
                  if (res.data) {
                     _this.csmtrs = res.data
                  }
                  console.log(res);
               }
            })
            this.$refs.inputDialog.open()
@@ -198,7 +196,6 @@
               method: 'POST',
               header: {'token' : uni.getStorageSync('token'),},
            }).then((res)=>{
               console.log(res);
            })
         },
         back() {
@@ -306,7 +303,7 @@
         },
         getDetails(id) {
            uni.navigateTo({
               url: '/pages/business/cstmr/cstmrDetails?id=' + id
               url: `/pages/business/cstmr/cstmrDetails?id=${id}&type=info`
            })
         },
         // ---