调整预结算、正式结算
This commit is contained in:
@@ -30,5 +30,10 @@ export const getProjectContracts = projectId =>
|
||||
request({
|
||||
url: '/blade-transport/contract-manage/list',
|
||||
method: 'get',
|
||||
params: { current: 1, size: 9999, projectId },
|
||||
params: {
|
||||
current: 1,
|
||||
size: 9999,
|
||||
projectId,
|
||||
contractCategory: '客户合同',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user