Merge remote-tracking branch 'origin/dev' into test

This commit is contained in:
fan 2020-03-23 10:35:18 +08:00
commit 3b16939d1c

View File

@ -190,7 +190,7 @@ export default {
};
let res = '';
if (this.drawWay) {
res = postCreateRoomNew(param);
res = await postCreateRoomNew(param);
} else {
res = await postCreateRoom(param);
}