flat: 暂存

This commit is contained in:
Apcallover
2024-03-18 11:34:50 +08:00
parent 0a91d8d9d8
commit fbc380bfff
5 changed files with 91 additions and 47 deletions

View File

@@ -145,3 +145,12 @@ export const getMatchServeList =
})
}
export const getListAllPolicy =
(params) => {
return request({
url: '/api/jobslink-api/serve/listAllPolicy',
method: 'get',
params: params
})
}