huminmin
7 天以前 15ac2e06bc3335cc74dc66d77c35094ecc7b1e6e
src/api/basicData/customerFile.js
@@ -42,10 +42,11 @@
    })
}
// 删除客户档案
export function delCustomer(id) {
export function delCustomer(ids) {
    return request({
        url: '/basic/customer/' + id,
        method: 'delete'
        url: '/basic/customer/delCustomer',
        method: 'delete',
        data: ids
    })
}