This commit is contained in:
huangchenhao 2025-12-09 10:14:41 +08:00
parent 29834f2c50
commit c4a886fcb0

View File

@ -109,7 +109,7 @@ const getYhzDetail = async (row) => {
drawer.onCancel = () => {
drawerType.value = '';
drawerVisible.value = false;
getTableData();
getTableData(filterData);
};
drawer.onConfirm = () => {
drawerType.value = '';