This commit is contained in:
熊成强 2020-11-06 17:56:13 +08:00
parent 1014eeb81a
commit 2891621118
2 changed files with 1 additions and 1 deletions

View File

@ -58,6 +58,7 @@ export default {
// //
async handleDingtalkLogin (val = this.dingCode) { async handleDingtalkLogin (val = this.dingCode) {
const res = await apiDingtalkLogin(val) const res = await apiDingtalkLogin(val)
console.log('res: ', res)
if (res && res.code === 200) { if (res && res.code === 200) {
this.$cookies.set('token', res.token) this.$cookies.set('token', res.token)
await this.handleInfo() await this.handleInfo()

View File

@ -279,7 +279,6 @@ export default {
return return
} }
const params = this.$personlGetForm(arr) const params = this.$personlGetForm(arr)
console.log(this.$listeners)
if (this.$listeners.cb) { if (this.$listeners.cb) {
this.$emit('cb', params) this.$emit('cb', params)
} else { } else {