This commit is contained in:
姚宇浩 2024-06-12 09:02:50 +08:00
parent 56eea01e9e
commit 3a58e67845
1 changed files with 3 additions and 2 deletions

View File

@ -765,6 +765,7 @@ const close = () => {
dialogShowTab.value = false;
pagination.currentPage = 1;
pagination.total = 100;
tableType.title = "";
};
//
const showDialog2 = (title, url) => {