Parcourir la source

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

duy il y a 1 mois
Parent
commit
39b05c5a87
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,
         })