浏览代码

refactor(api): 修改 getNameRuleByRule 接口的 URL

duy 1 月之前
父节点
当前提交
39b05c5a87
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/modules/data-fill/division.js

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

@@ -77,7 +77,7 @@ export default {
     //获取文件题名规则
     async getNameRuleByRule(params) {
         return HcApi({
-            url: '/api/blade-manager/wbsTreeContract/getNameRuleByRule',
+            url: '/api/blade-manager/nodebaseinfo/getNameRuleByRule',
             method: 'get',
             params,
         })