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