微调
This commit is contained in:
@@ -39,6 +39,6 @@ export const useDownload = async (
|
||||
document.body.removeChild(exportFile);
|
||||
window.URL.revokeObjectURL(blobUrl);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
@@ -55,7 +55,7 @@ export const useTable = (
|
||||
};
|
||||
},
|
||||
set: (newVal: any) => {
|
||||
console.log("我是分页更新之后的值", newVal);
|
||||
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user