Commit 0b700555 authored by anxixi's avatar anxixi

Merge remote-tracking branch 'origin/master'

parents 5c59681f bcb66f56
......@@ -424,7 +424,6 @@
}
}
this.getCompanyInfoById(res.result.businessId);
this.getUserInfoFunc();
}else{
this.$message.error(res.msg);
}
......@@ -440,6 +439,7 @@
this.companyInfo = res.result;
this.companyInfo.industryList = res.result.companyIndustryStr?res.result.companyIndustryStr.split(",").join(" | "):"";
this.companyInfo.companyLabelList = res.result.companyLabel?res.result.companyLabel.split(","):"";
this.getUserInfoFunc();
}else{
this.$message.error(res.msg);
}
......@@ -483,6 +483,7 @@
var userInfo = window.localStorage.getItem("userInfo") ? JSON.parse(this.Base64.decode(window.localStorage.getItem("userInfo"))) : "";
if (userInfo) {
this.userInfo = userInfo;
console.log(this.companyInfo)
if(userInfo.empId==this.companyInfo.createdBy){ //是自己
this.operationVisible = true;
// this.navTitleList = ["title","serviceRecord","basicInfo","contactInfo","sendself"];
......
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