傅行帆 5 years ago
parent
commit
ec71d18d85
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/SelectButton/NewTypeSelect.jsx

+ 1
- 1
src/components/SelectButton/NewTypeSelect.jsx View File

23
         url: '/api/admin/taNewsType',
23
         url: '/api/admin/taNewsType',
24
         method: 'GET',
24
         method: 'GET',
25
         params: {pageNum: 1,pageSize: 999},
25
         params: {pageNum: 1,pageSize: 999},
26
-        action: 'select',
26
+        action: 'admin.taNewsType.get',
27
     }).then((data) => {
27
     }).then((data) => {
28
         setData(data.records)
28
         setData(data.records)
29
     })
29
     })