去掉重复的信息
This commit is contained in:
parent
a0b60da8af
commit
8a265d3114
@ -48,7 +48,7 @@ export default {
|
||||
this.dingtalkLogin()
|
||||
this.checkDingTalkLogin()
|
||||
} else {
|
||||
this.dataForm.verify = '请在钉钉打开'
|
||||
this.dataForm.verify = '验证中'
|
||||
console.log(this.$route.query)
|
||||
this.req.code = this.$route.query.code
|
||||
apiDingtalkJump(this.req).then(res => {
|
||||
|
||||
@ -89,7 +89,7 @@
|
||||
<el-table
|
||||
:data="dataList"
|
||||
border
|
||||
v-loading="dataListLoading" border fit highlight-current-row
|
||||
v-loading="dataListLoading" fit highlight-current-row
|
||||
@selection-change="selectionChangeHandle"
|
||||
:cell-style="cellStyle"
|
||||
style="width: 100%;" >
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user