add 添加转办

This commit is contained in:
gssong
2024-03-07 22:16:42 +08:00
parent cc293536e2
commit 803d44cac0
4 changed files with 56 additions and 4 deletions

View File

@ -138,6 +138,7 @@ const deptTreeRef = ref<ElTreeInstance>();
const queryFormRef = ref<ElFormInstance>();
const tableRef = ref<VxeTableInstance<UserVO>>();
const userDialog = useDialog({
title: '用户选择'
});