Commit 4d4f8842 authored by 黄奎's avatar 黄奎

页面修改

parent 0fffb416
......@@ -312,7 +312,7 @@
let msg = {
configId: ID
};
this.apipost("travel_get_GetTravelConfigLog", msg, res => {
this.apipost("travel_get_GetTravelOfferLog", msg, res => {
if (res.data.resultCode == 1) {
var endDate = new Date();
endDate.setMonth(endDate.getMonth() + 1);
......
......@@ -785,6 +785,12 @@
}
}
this.CurrencyNumberListExt.push(currencyNumberItem);
//默认添加币种第一个币种
if (this.dayCostPrice && this.dayCostPrice.length > 0) {
this.dayCostPrice.forEach(subItem => {
subItem.CurrencyId = currencyId;
})
}
},
//添加人数费用
addPeoNunber() {
......
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