Commit 6464ad19 authored by youjie's avatar youjie

no message

parent a20891ef
...@@ -604,6 +604,7 @@ ...@@ -604,6 +604,7 @@
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.detailsObj = res.data.data; this.detailsObj = res.data.data;
this.msg.MailingAddress = this.detailsObj.SelffetchAddress
let addList = function (arr) { let addList = function (arr) {
arr.forEach(item => { arr.forEach(item => {
item.checked = false item.checked = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment