From 401033f74bdc73533aed111cf66a0409dac01e2f Mon Sep 17 00:00:00 2001 From: mxd <838425805@qq.com> Date: Mon, 30 Aug 2021 21:53:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=9A=E6=96=B0=E5=BB=BA?= =?UTF-8?q?=E7=9A=84=E5=88=86=E7=BB=84=E4=B8=8D=E8=83=BD=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/console/src/components/resources/magic-api-list.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/magic-editor/src/console/src/components/resources/magic-api-list.vue b/magic-editor/src/console/src/components/resources/magic-api-list.vue index a6416cdc..5eb60842 100644 --- a/magic-editor/src/console/src/components/resources/magic-api-list.vue +++ b/magic-editor/src/console/src/components/resources/magic-api-list.vue @@ -536,6 +536,8 @@ export default { requestGroup('group/create', this.createGroupObj).success(data => { this.createGroupObj.id = data this.createGroupObj.folder = true + this.createGroupObj.paths = [] + this.createGroupObj.options = [] bus.$emit('report', 'group_create') bus.$emit('status', `分组「${this.createGroupObj.name}」创建成功`) this.deleteOrAddGroupToTree(this.tree, this.createGroupObj)