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