yaowanxin
2025-08-11 e4897e8a61146a1e7a5418373e31375a16366c46
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
    })
}