docs: update wg-basic/page-unit

This commit is contained in:
Administrator 2021-10-21 10:05:21 +00:00 committed by John Smith
parent a54c6f7601
commit ad9e12dcb2

View File

@ -2,7 +2,7 @@
title: 页面组件 title: 页面组件
description: 页面上使用的组件 description: 页面上使用的组件
published: true published: true
date: 2021-10-21T09:13:04.640Z date: 2021-10-21T10:05:20.437Z
tags: wg-basic tags: wg-basic
editor: markdown editor: markdown
dateCreated: 2021-09-08T06:41:19.351Z dateCreated: 2021-09-08T06:41:19.351Z
@ -362,6 +362,7 @@ top.dialog.open({
title: '选择用户', title: '选择用户',
width: '500px', width: '500px',
height: '500px', height: '500px',
closeBtn: 0,
onClose: function() { onClose: function() {
var selectedUsers = top.dialog.dialogData.selectedDepartmentUsers; var selectedUsers = top.dialog.dialogData.selectedDepartmentUsers;
// 这里写处理逻辑 // 这里写处理逻辑