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

@@ -558,7 +558,7 @@ const handleDictDataSubmit = async (instance) => {
//导出excel
const handleExport = () => {
downLoadExcel("/admin/dict/type/export", {...queryType});
downLoadExcel("/dict/type/export", {...queryType});
};
//切换每页显示条数