This commit is contained in:
parent
56eea01e9e
commit
3a58e67845
|
@ -765,6 +765,7 @@ const close = () => {
|
||||||
dialogShowTab.value = false;
|
dialogShowTab.value = false;
|
||||||
pagination.currentPage = 1;
|
pagination.currentPage = 1;
|
||||||
pagination.total = 100;
|
pagination.total = 100;
|
||||||
|
tableType.title = "";
|
||||||
};
|
};
|
||||||
//医疗卫生
|
//医疗卫生
|
||||||
const showDialog2 = (title, url) => {
|
const showDialog2 = (title, url) => {
|
||||||
|
|
Loading…
Reference in New Issue