mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 09:29:59 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
# Conflicts: # jsowell-ui/src/views/pile/merchant/components/adapayMember.vue
This commit is contained in:
@@ -769,8 +769,8 @@ export default {
|
||||
}
|
||||
},
|
||||
areaCode(area){
|
||||
let arr = this.areaList.find(item => item.value ==area)
|
||||
console.log('区地址编码',area,this.options)
|
||||
let arr = this.areaList.find(item => item.value === area);
|
||||
// console.log("areaCode code:{}, value:{}", area, arr);
|
||||
if (arr ==null){
|
||||
return '一'
|
||||
} else{
|
||||
@@ -848,7 +848,7 @@ export default {
|
||||
created() {
|
||||
this.selectAdapayMember();
|
||||
this.jsonHttp();
|
||||
this.cityList = text.cityList
|
||||
this.cityList = text.cityList;
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user