1、大量页面调整

2、完善运力模块
3、完善规范、需求卡
This commit is contained in:
2026-07-31 01:32:41 +08:00
parent ccaca521d3
commit 81b2a3e99b
54 changed files with 5641 additions and 1965 deletions

View File

@@ -39,14 +39,3 @@ export const remove = ids => {
},
});
};
export const getSourceOptions = (addressType, keyword) => {
return request({
url: '/blade-transport/common-address/source-options',
method: 'get',
params: {
addressType,
keyword,
},
});
};