Commit dbd633a6 authored by wuchun's avatar wuchun

提交代码

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