From e18112a731a39f9b091725a8fc8277c3c114293f Mon Sep 17 00:00:00 2001 From: wwp <782568523@qq.com> Date: Thu, 19 Sep 2024 17:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=AE=9A=E5=88=86=E7=BB=84=E4=BA=BA?= =?UTF-8?q?=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SafeCampus.WEB/src/views/monitor/live/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SafeCampus.WEB/src/views/monitor/live/index.vue b/SafeCampus.WEB/src/views/monitor/live/index.vue index 40a453c..19c14d6 100644 --- a/SafeCampus.WEB/src/views/monitor/live/index.vue +++ b/SafeCampus.WEB/src/views/monitor/live/index.vue @@ -396,6 +396,10 @@ async function onDelete(ids: string[], msg: string) { function RefreshTable() { proTable.value?.refresh(); } +function RefreshTables() { + proTable.value?.refresh(); + getGroupList(); +} // 表单引用 const formRef = ref | null>(null); /** @@ -416,7 +420,7 @@ const userFormRef = ref | null>(null); * @param record 记录 */ function pushPerson(opt: FormOptEnum, record: {} | SysOrg.SysOrgInfo = {}) { - userFormRef.value?.onOpen({ opt: opt, record: record, successful: RefreshTable }); + userFormRef.value?.onOpen({ opt: opt, record: record, successful: RefreshTables }); } // 详情数据 // let detailData: globalThis.Ref<{}>