Commit dbd633a6 authored by wuchun's avatar wuchun

提交代码

parent 4e2986cb
......@@ -160,7 +160,7 @@
}
return currencyNumList
}
this.postData.TravelState = this.postData.TravelState || type;
this.postData.TravelState = type;
// var nObj = {
// config: this.postData,
// dayCostPriceList: this.dayCostPriceList,
......@@ -182,7 +182,7 @@
config: this.postData,
OfferArray: data
}
console.log('保存数据',data)
console.log('保存数据',data,nObj)
// return 0;
this.loading = true;
this.apipost(
......
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