#
whycq
2022-12-23 46906c8d44ce2cca3b91de08dc282f06bb7b07a0
#
1个文件已修改
3 ■■■■ 已修改文件
pages/business/cstmr/cstmrDetails.vue 3 ●●●● 补丁 | 查看 | 原始文档 | 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);