소스 검색

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

pengyh 1 년 전
부모
커밋
2ef8e0db54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
   })