feat: 🚀 增加容错性

This commit is contained in:
2025-10-16 16:39:17 +08:00
parent 9aa3782667
commit f08b094efc
5 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ export const handleReSet = async (params: any) => {
const result = await getSubscribeResetListApi({ id });
if (result?.code === 0) {
useMsg("success", "数据刷新成功 ");
proTable.value!.getTableList();
proTable?.value!.getTableList();
}
};