Commit ef8fb6fe authored by 罗超's avatar 罗超

1

parent fe4f2250
......@@ -126,6 +126,7 @@ export default {
Sex: 1,
Fax: "",
QQ: "",
WeChatNo:"",
Email: "",
Address: "",
Account: "",
......@@ -174,6 +175,7 @@ export default {
this.detailData.Sex = tempData.Sex;
this.detailData.Fax = tempData.Fax;
this.detailData.QQ = tempData.QQ;
this.detailData.WeChatNo = tempData.WeChatNo;
this.detailData.Email = tempData.Email;
this.detailData.Address = tempData.Address;
this.detailData.Account = tempData.Account;
......@@ -194,6 +196,7 @@ export default {
this.detailData.Sex = 1;
this.detailData.Fax = "";
this.detailData.QQ = "";
this.detailData.WeChatNo ="";
this.detailData.Email = "";
this.detailData.Address = "";
this.detailData.Account = "";
......
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