Browse Source

获取项目下的合同段

duy 2 năm trước cách đây
mục cha
commit
220f020dc1
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      src/api/modules/other.js

+ 7 - 0
src/api/modules/other.js

@@ -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)