Commit 51332206 authored by anxixi's avatar anxixi

项目联系人问题

parent 930f529d
......@@ -330,7 +330,7 @@
formDatas(val){
if(this.formDatas){
this.formData = val;
if(val.account){
if(val.account!= null){
api.checkAccountEdit({account:val.account}).then(response => {
if(response.code == 0) {
if(response.result.accountState == 0){
......
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