This commit is contained in:
2020-11-20 18:00:55 +00:00
parent 2958363ee9
commit 073814aa26

View File

@@ -1254,6 +1254,18 @@ async function clickHandler(menuItem) {
postCode: m.vm.obj.postCode
});
break;
case "addresscopytopostal":
m.vm.obj.postAddress = m.vm.obj.address;
m.vm.obj.postCity = m.vm.obj.city;
m.vm.obj.postRegion = m.vm.obj.region;
m.vm.obj.postCountry = m.vm.obj.country;
break;
case "addresscopytophysical":
m.vm.obj.address = m.vm.obj.postAddress;
m.vm.obj.city = m.vm.obj.postCity;
m.vm.obj.region = m.vm.obj.postRegion;
m.vm.obj.country = m.vm.obj.postCountry;
break;
default:
window.$gz.eventBus.$emit(
"notify-warning",