luogang 3 mesiacov pred
rodič
commit
bfe6005ad8

+ 1 - 0
plus-ui-ts/src/views/device/event/index.vue

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