|
@@ -140,3 +140,10 @@ export const getVersionJson = () => httpApi({
|
|
|
url: 'version.json?time=' + new Date().getTime(),
|
|
|
method: 'get',
|
|
|
}, false)
|
|
|
+
|
|
|
+//获取项目下的合同段信息
|
|
|
+export const getContractInfo = (form, msg = true) => httpApi({
|
|
|
+ url: '/api/blade-manager/contractInfo/get-contractInfo',
|
|
|
+ method: 'get',
|
|
|
+ params: form,
|
|
|
+}, msg)
|