新增预警页面

This commit is contained in:
2025-12-13 22:34:48 +08:00
parent 843e35a952
commit 228dd136d8
10 changed files with 7 additions and 548 deletions

View File

@@ -68,7 +68,7 @@
const fetchCardList = async () => {
try {
const params = {
userCode: userinfo.value.loginCode,
loginCode: userinfo.value.loginCode,
}
const result = await bizDataReportUserListAll(params);
cardListData.value = result || []; // 防止返回 null 导致渲染异常