From 2cb6e39eb55dcc39d45481749527507521a78f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9A=AE=E5=85=89=EF=BC=9A=E5=9F=8E=E4=B8=AD=E5=9F=8E?= <806783409@qq.com> Date: Sat, 9 Mar 2019 23:30:33 +0800 Subject: [PATCH] =?UTF-8?q?wiki=E6=96=87=E6=A1=A3=E4=BC=98=E5=8C=96?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=B8=8D=E5=8F=AF=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zyplayer-doc-wiki/src/main/resources/doc-wiki.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zyplayer-doc-wiki/src/main/resources/doc-wiki.html b/zyplayer-doc-wiki/src/main/resources/doc-wiki.html index a4025955..a75f328c 100644 --- a/zyplayer-doc-wiki/src/main/resources/doc-wiki.html +++ b/zyplayer-doc-wiki/src/main/resources/doc-wiki.html @@ -517,11 +517,12 @@ }, spaceChangeEvents(data) { if (data == 0) { + app.newSpaceForm = {id: '', name: '', spaceExplain: ''}; + app.choiceSpace = app.nowSpaceId; app.newSpaceDialogVisible = true; - app.choiceSpace = app.nowSpaceId; } else if (data == -1) { - app.manageSpaceDialogVisible = true; app.choiceSpace = app.nowSpaceId; + app.manageSpaceDialogVisible = true; } else { app.nowSpaceId = data; app.rightContentType = 0;