综合演练调整

This commit is contained in:
fan 2020-03-23 10:30:23 +08:00
parent dd9080c0d0
commit a435040ef1

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);
}