This commit is contained in:
2026-08-11 09:31:42 +08:00
parent 9391c4db09
commit 0a5b3b2cab
21 changed files with 409 additions and 108 deletions
+12
View File
@@ -22,6 +22,18 @@ export const getDetail = id => {
});
};
export const getChangeRecordList = (customerId, current, size) => {
return request({
url: '/blade-transport/customer-archive/change-record/list',
method: 'get',
params: {
customerId,
current,
size,
},
});
};
export const submit = row => {
return request({
url: '/blade-transport/customer-archive/submit',