浏览代码

获取项目下的合同段

duy 2 年之前
父节点
当前提交
220f020dc1
共有 1 个文件被更改,包括 7 次插入0 次删除
  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)