@@ -262,6 +262,7 @@ const submitForm = () => {
proxy?.$modal.msgSuccess('操作成功');
dialog.visible = false;
await getList();
+ getEventTypeOptions();
}
});
};