新增预警页面
This commit is contained in:
@@ -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 导致渲染异常
|
||||
|
||||
Reference in New Issue
Block a user