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);