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