@@ -280,7 +280,6 @@ const handleExport = async () => {
/** 初始化 **/
onMounted(async () => {
- alert(JSON.stringify(query))
if(deptId != null){
queryParams.deptId = deptId;
}