|
|
@@ -871,6 +871,7 @@ const submitForm = () => {
|
|
|
proxy?.$modal.msgSuccess('操作成功');
|
|
|
dialog.visible = false;
|
|
|
await getList();
|
|
|
+ await getDeviceStatistics();
|
|
|
}
|
|
|
});
|
|
|
};
|
|
|
@@ -882,6 +883,7 @@ const handleDelete = async (row?: DeviceVO) => {
|
|
|
await delDevice(_ids);
|
|
|
proxy?.$modal.msgSuccess('删除成功');
|
|
|
await getList();
|
|
|
+ await getDeviceStatistics();
|
|
|
};
|
|
|
|
|
|
/** 导出按钮操作 */
|