Commit d60c9da5 authored by youjie's avatar youjie

no message

parent 8a61ce5a
...@@ -1550,6 +1550,7 @@ export default { ...@@ -1550,6 +1550,7 @@ export default {
(res) => { (res) => {
this.$q.loading.hide(); this.$q.loading.hide();
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.SimilarList = []
if ( if (
Object.prototype.toString.call(res.data.data.roomRateDetails) == Object.prototype.toString.call(res.data.data.roomRateDetails) ==
"[object Object]" "[object Object]"
......
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