fix:仪表盘站点搜索功能
This commit is contained in:
@@ -3,12 +3,7 @@ import { ref, watch } from 'vue';
|
||||
import type { TableColumnType } from 'ant-design-vue';
|
||||
import {
|
||||
EnvironmentOutlined,
|
||||
EditOutlined,
|
||||
CopyOutlined,
|
||||
DeleteOutlined,
|
||||
HomeOutlined,
|
||||
SearchOutlined,
|
||||
PlusOutlined
|
||||
} from '@ant-design/icons-vue';
|
||||
import { getDashboardSiteList } from '@/service/api/auth';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
@@ -34,7 +29,7 @@ const fetchSiteList = async () => {
|
||||
const { data } = await getDashboardSiteList({
|
||||
pageNum: currentPage.value,
|
||||
pageSize: pageSize.value,
|
||||
name: searchValue.value
|
||||
searchKey: searchValue.value
|
||||
});
|
||||
console.log('API Response:', data);
|
||||
if (data) {
|
||||
|
||||
Reference in New Issue
Block a user