@@ -684,7 +684,12 @@ const handleExport = () => {
`itemPush_${new Date().getTime()}.xlsx`
);
};
-
+watch(() => deviceDialog.visible, (newValue) => {
+ if (!newValue) {
+ getList();
+ getStatistics();
+ }
+});
onMounted(() => {
getList();
getStatistics();