傅行帆 5 년 전
부모
커밋
ec71d18d85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/components/SelectButton/NewTypeSelect.jsx

+ 1
- 1
src/components/SelectButton/NewTypeSelect.jsx 파일 보기

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