|
@@ -89,6 +89,11 @@
|
|
|
function handleSave(formData: SaveMonitorSiteParams) {
|
|
|
saveMonitorSite(formData).then(() => {
|
|
|
notification.success({ message: '保存成功' });
|
|
|
+ // 成功保存后刷新
|
|
|
+ postMonitorOperation(iframeRef.value!, {
|
|
|
+ clickType: 'refreshPoint',
|
|
|
+ from: 'tank',
|
|
|
+ });
|
|
|
});
|
|
|
}
|
|
|
|