mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-16 23:53:48 +08:00
地址的更改
This commit is contained in:
@@ -63,7 +63,11 @@ export default {
|
||||
{
|
||||
defaultValues = this.defaultValues;
|
||||
this.onConfirm(defaultValues);
|
||||
}
|
||||
}
|
||||
else{
|
||||
this.defaultValues = defaultValues;
|
||||
|
||||
}
|
||||
//Initilizing end
|
||||
},
|
||||
pickValue(pickId,pickName){
|
||||
@@ -233,6 +237,16 @@ export default {
|
||||
popAddress() {
|
||||
this.show=true;
|
||||
let _self=this;
|
||||
if(this.defaultValues && this.defaultValues.length>0)
|
||||
{
|
||||
this.defaultValues.forEach(function(ele,index){
|
||||
let tmpPointer=parseInt(_self.inArray(ele,_self.columns[index].values));
|
||||
if(tmpPointer)
|
||||
{
|
||||
_self.columns[index].defaultIndex = tmpPointer;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
//mobile
|
||||
//const picker = this.selectComponent('.ts-area-picker-mobile-component');
|
||||
|
||||
Reference in New Issue
Block a user