pengyh hai 1 ano
pai
achega
8a34d77ce1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/api/readRecords.js

+ 2 - 2
src/api/readRecords.js

@@ -3,7 +3,7 @@ import request, { postBlob, getBlob, handleImport } from '@/utils/request'
 // 获取师傅列表
 export function noticeListPageV2(data) {
   return request({
-    url: `/notice/read/list?moduleId=${data.moduleId}`,
+    url: `/notice/read/listRecord?moduleId=${data.moduleId}`,
     method: 'post',
     data
   })
@@ -11,7 +11,7 @@ export function noticeListPageV2(data) {
 
 export function noticePageExport(data, name) {
   return postBlob({
-    url: '/notice/read/list/export',
+    url: '/notice/read/listRecord/export',
     data,
     name
   })