Commit 3a970d72 authored by youjie's avatar youjie

no message

parent 7063ba28
......@@ -2537,7 +2537,7 @@
that.describeList = JSON.parse(sessionStorage.getItem("saveGuestInfo"));
if (that.describeList) {
that.describeList.forEach(item => {
that.Description += item.GuestName + " ";
that.Description += item.guestName + " ";
})
}
......
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