傅行帆 5 anni fa
parent
commit
ec71d18d85
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/components/SelectButton/NewTypeSelect.jsx

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

@@ -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
     })