pages/business/cstmr/cstmrDetails.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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);