This commit is contained in:
2024-08-21 11:03:31 +08:00
parent 934b3b7b74
commit e25627cda9
33 changed files with 204 additions and 176 deletions

View File

@@ -255,7 +255,7 @@ const handleEdit = async (configId) => {
}
//导出excel
const handleExport = () => {
downLoadExcel('/admin/config/export', {...queryParams})
downLoadExcel('/config/export', {...queryParams})
}
//勾选table数据行的 Checkbox