From a435040ef19e3a7fd3f23112f38920bdc7ac35bd Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Mon, 23 Mar 2020 10:30:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=BC=E5=90=88=E6=BC=94=E7=BB=83=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demonstration/detail/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/demonstration/detail/index.vue b/src/views/demonstration/detail/index.vue index 93a10192d..64fe758e5 100644 --- a/src/views/demonstration/detail/index.vue +++ b/src/views/demonstration/detail/index.vue @@ -190,7 +190,7 @@ export default { }; let res = ''; if (this.drawWay) { - res = postCreateRoomNew(param); + res = await postCreateRoomNew(param); } else { res = await postCreateRoom(param); }