在关闭养护站详情页面之后 重新获取养护站信息
This commit is contained in:
parent
8489b0ec42
commit
29834f2c50
@ -109,6 +109,7 @@ const getYhzDetail = async (row) => {
|
|||||||
drawer.onCancel = () => {
|
drawer.onCancel = () => {
|
||||||
drawerType.value = '';
|
drawerType.value = '';
|
||||||
drawerVisible.value = false;
|
drawerVisible.value = false;
|
||||||
|
getTableData();
|
||||||
};
|
};
|
||||||
drawer.onConfirm = () => {
|
drawer.onConfirm = () => {
|
||||||
drawerType.value = '';
|
drawerType.value = '';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user