This commit is contained in:
sjl
2024-11-14 18:26:34 +08:00
parent 65cb7826d3
commit 87fe66da3e
42 changed files with 188 additions and 204 deletions

View File

@@ -39,6 +39,6 @@ export const useDownload = async (
document.body.removeChild(exportFile);
window.URL.revokeObjectURL(blobUrl);
} catch (error) {
console.log(error);
}
};

View File

@@ -55,7 +55,7 @@ export const useTable = (
};
},
set: (newVal: any) => {
console.log("我是分页更新之后的值", newVal);
},
});