From 18f7885f55c727990346232aeb8f7ca73e9f39e9 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期三, 29 六月 2022 10:12:29 +0800 Subject: [PATCH] 添加页面 --- src/views/system/department/component/deptDialog.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/system/department/component/deptDialog.vue b/src/views/system/department/component/deptDialog.vue index 0477317..2006116 100644 --- a/src/views/system/department/component/deptDialog.vue +++ b/src/views/system/department/component/deptDialog.vue @@ -91,6 +91,7 @@ } }else{ state.title = '编辑部门' + state.departmentForm = value } }; // 关闭弹窗 -- Gitblit v1.9.2