feat: 🚀 增加容错性
This commit is contained in:
@@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user