浏览代码

fix 问题

luogang 3 月之前
父节点
当前提交
bfe6005ad8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plus-ui-ts/src/views/device/event/index.vue

+ 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();
     }
   });
 };