|
@@ -3026,6 +3026,7 @@ export default {
|
|
|
window.WWOpenData.bind(document.querySelector('ww-open-data'))
|
|
|
},
|
|
|
fail: function (res) {
|
|
|
+ this.tixtass = "错误了"
|
|
|
console.log('查看错误信息', res)
|
|
|
if (res.errMsg.indexOf('function not exist') > -1) {
|
|
|
alert('版本过低请升级')
|
|
@@ -3052,7 +3053,7 @@ export default {
|
|
|
this.getProfessional();
|
|
|
this.getStaffCountMax();
|
|
|
// 获取企业微信的参数
|
|
|
- if(this.user.companyId = '1081') {
|
|
|
+ if(this.user.companyId == '1081' || this.user.companyId == '7') {
|
|
|
this.agentConfig()
|
|
|
}
|
|
|
},
|