From ad9e12dcb2802fc978c5fd91b5ce63d37058f6d9 Mon Sep 17 00:00:00 2001 From: Administrator <450292408@qq.com> Date: Thu, 21 Oct 2021 10:05:21 +0000 Subject: [PATCH] docs: update wg-basic/page-unit --- wg-basic/page-unit.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; // 这里写处理逻辑