mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 07:59:37 +08:00
1
This commit is contained in:
parent
e9986b1274
commit
5d1a772c36
@ -51,10 +51,10 @@
|
|||||||
<a-select-option :value='5'>
|
<a-select-option :value='5'>
|
||||||
茶室
|
茶室
|
||||||
</a-select-option>
|
</a-select-option>
|
||||||
<a-select-option :value="6">
|
<a-select-option :value='6'>
|
||||||
长阳会客厅
|
长阳会客厅
|
||||||
</a-select-option>
|
</a-select-option>
|
||||||
<a-select-option :value="7">
|
<a-select-option :value='7'>
|
||||||
多功能厅
|
多功能厅
|
||||||
</a-select-option>
|
</a-select-option>
|
||||||
</a-select>
|
</a-select>
|
||||||
@ -395,6 +395,8 @@ export default {
|
|||||||
this.mdl = Object.assign(record)
|
this.mdl = Object.assign(record)
|
||||||
if (this.mdl.indoorPicUrl) {
|
if (this.mdl.indoorPicUrl) {
|
||||||
this.imageUrl = process.env.VUE_APP_API_BASE_URL + this.mdl.indoorPicUrl
|
this.imageUrl = process.env.VUE_APP_API_BASE_URL + this.mdl.indoorPicUrl
|
||||||
|
} else {
|
||||||
|
this.imageUrl = ''
|
||||||
}
|
}
|
||||||
if (this.mdl.roomId) {
|
if (this.mdl.roomId) {
|
||||||
this.roomList.push({
|
this.roomList.push({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user