#
whycq
2022-12-23 46906c8d44ce2cca3b91de08dc282f06bb7b07a0
pages/business/cstmr/cstmrDetails.vue
@@ -108,12 +108,11 @@
         del(id) {
            let that = this
            var ids = [];
            id = Number(id)
            ids.push(id)
            uni.request({
               url: that.baseUrl + '/cstmr/delete/json',
               header: {'token' : uni.getStorageSync('token'),},
               data: {ids: [100,20,40]},
               data: {ids: ids},
               method: 'POST',
               success(res) {
                  console.log(res);