|
@@ -267,7 +267,7 @@ export default {
|
|
|
if(res.code == 200) {
|
|
|
let list = []
|
|
|
list = this.setTreeData(res.data)
|
|
|
- console.log("list===",list)
|
|
|
+ // console.log("list===",list)
|
|
|
this.cityList = list
|
|
|
}
|
|
|
} catch (error) {
|
|
@@ -420,7 +420,7 @@ export default {
|
|
|
return flog
|
|
|
},
|
|
|
handleSelectionChange(val) {
|
|
|
- console.log("选中了====", val)
|
|
|
+ // console.log("选中了====", val)
|
|
|
this.multipleSelection = val;
|
|
|
},
|
|
|
|
|
@@ -596,7 +596,7 @@ export default {
|
|
|
"costAmount": this.formPrice.costAmount
|
|
|
});
|
|
|
}
|
|
|
- console.log("daysList===",daysList)
|
|
|
+ // console.log("daysList===",daysList)
|
|
|
daysList.forEach((item,index)=>{
|
|
|
this.perFormList.forEach((item1,index1)=>{
|
|
|
if(moment(item.priceDate).format("YYYY-MM-DD") == moment(item1.priceDate).format("YYYY-MM-DD") ) {
|