ui/admin-ui3/src/api/tms/tmsPayableFee.ts @@ -45,7 +45,12 @@ method: 'get' }) } export const getTmsPayableFeeByDispatchNo: requestType = (no) => { return request({ url: '/tms/tmsPayableFee/byDispatchNo/' + no, method: 'get' }) } /** * 新增应付费用 */