去掉重复的信息

This commit is contained in:
wulin 2020-08-26 14:22:10 +08:00
parent a0b60da8af
commit 8a265d3114
2 changed files with 2 additions and 2 deletions

View File

@ -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 => {

View File

@ -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%;" >