|
@@ -54,12 +54,13 @@ export default {
|
|
this.dealWith()
|
|
this.dealWith()
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
- dealWith() {
|
|
|
|
|
|
+ dealWith() {
|
|
const { userNameNeedTranslate, dingdingUserid } = this.user
|
|
const { userNameNeedTranslate, dingdingUserid } = this.user
|
|
if (userNameNeedTranslate) {
|
|
if (userNameNeedTranslate) {
|
|
this.corporateWeChat = true
|
|
this.corporateWeChat = true
|
|
if (dingdingUserid) {
|
|
if (dingdingUserid) {
|
|
- this.dingdingPlatform = true
|
|
|
|
|
|
+ // this.dingdingPlatform = true
|
|
|
|
+ this.dingdingPlatform = false // 钉钉目前不需要转译
|
|
this.corporateWeChat = false
|
|
this.corporateWeChat = false
|
|
} else {
|
|
} else {
|
|
this.dingdingPlatform = false
|
|
this.dingdingPlatform = false
|
|
@@ -74,10 +75,10 @@ export default {
|
|
this.assignmentValue(this.openid)
|
|
this.assignmentValue(this.openid)
|
|
},
|
|
},
|
|
assignmentValue(value) {
|
|
assignmentValue(value) {
|
|
- this.openIdValue = value
|
|
|
|
- if (this.user.dingdingUserid) {
|
|
|
|
- this.viewConfiguration()
|
|
|
|
- }
|
|
|
|
|
|
+ // this.openIdValue = value
|
|
|
|
+ // if (this.user.dingdingUserid) {
|
|
|
|
+ // this.viewConfiguration() // 钉钉目前不需要转译
|
|
|
|
+ // }
|
|
},
|
|
},
|
|
viewConfiguration() {
|
|
viewConfiguration() {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|