|
@@ -109,7 +109,6 @@ export default {
|
|
},
|
|
},
|
|
|
|
|
|
async btnPhone() {
|
|
async btnPhone() {
|
|
- this.dialogTableVisible = true;
|
|
|
|
console.log(this.room.id);
|
|
console.log(this.room.id);
|
|
if (!this.room.id) {
|
|
if (!this.room.id) {
|
|
//TODO 请求房间号
|
|
//TODO 请求房间号
|
|
@@ -135,6 +134,7 @@ export default {
|
|
this.$set(this, `room`, res.data);
|
|
this.$set(this, `room`, res.data);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ this.dialogTableVisible = true;
|
|
},
|
|
},
|
|
},
|
|
},
|
|
};
|
|
};
|