Commit cc85248f by xiexiaoqin
parents be022047 ea859c09
......@@ -120,7 +120,7 @@ create.Page({
getReserveRoomList(data).then(res => {
if (res.data.data) {
for (let value of res.data.data) {
value.name = `${this.getParentStr("1250241601903665153")}${value.name}`
value.name = `${this.getParentStr(value.locationId)}${value.name}`
this.parentStr = ''
}
let reserveRoomList = res.data.data.map(item => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment