Browse Source

资料查询url

liuyc 1 year ago
parent
commit
7e1c930805
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/api/modules/data-fill/query.js

+ 2 - 1
src/api/modules/data-fill/query.js

@@ -59,7 +59,8 @@ export default {
     //分页数据
     //分页数据
     async getPageData(form, msg = true) {
     async getPageData(form, msg = true) {
         return httpApi({
         return httpApi({
-            url: '/api/blade-business/informationWriteQuery/page',
+            //url: '/api/blade-business/informationWriteQuery/page',
+            url: '/api/blade-user/wbs/informationWriteQuery/page',
             method: 'post',
             method: 'post',
             data: form,
             data: form,
         }, msg)
         }, msg)