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