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