.
This commit is contained in:
@@ -177,6 +177,8 @@
|
|||||||
for (let i = 0; i < this.addressList.length; i++) {
|
for (let i = 0; i < this.addressList.length; i++) {
|
||||||
this.addressList[i].UName = this.addressList[i].provName
|
this.addressList[i].UName = this.addressList[i].provName
|
||||||
if (this.addressList[i].cityList == null) {
|
if (this.addressList[i].cityList == null) {
|
||||||
|
// 如果没有cityList数据,就添加一项,用省份的信息
|
||||||
|
// console.log('存在单一',this.addressList[i].provId)
|
||||||
this.addressList[i].cityList = [{
|
this.addressList[i].cityList = [{
|
||||||
"cityId": this.addressList[i].provId,
|
"cityId": this.addressList[i].provId,
|
||||||
"provId": this.addressList[i].provId,
|
"provId": this.addressList[i].provId,
|
||||||
|
|||||||
Reference in New Issue
Block a user