浏览代码

bug修复

iZaiZaiA 2 年之前
父节点
当前提交
4b7841b24c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/modules/data-fill/division.js

+ 1 - 1
src/api/modules/data-fill/division.js

@@ -4,7 +4,7 @@ export default {
     //获取关联的合同段树
     //获取关联的合同段树
     async getContractInfoTree(form, msg = true) {
     async getContractInfoTree(form, msg = true) {
         return httpApi({
         return httpApi({
-            url: '/api/blade-manager/contractInfo/tree',
+            url: '/api/blade-manager/contractInfo/tree2',
             method: 'get',
             method: 'get',
             params: form
             params: form
         },msg);
         },msg);