Browse Source

Merge branch 'feature/pyh_销售采购管理优化' into develop

pengyh 1 year ago
parent
commit
2ef8e0db54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/dataDictionary.js

+ 1 - 1
src/api/dataDictionary.js

@@ -18,7 +18,7 @@ export function getType(data) {
 
 export function getDataDictionaryExport(data, name) {
   return postBlob({
-    url: '/dict/page/export',
+    url: '/dictCompany/pageExport',
     data,
     name
   })