1
This commit is contained in:
parent
1e7dad751b
commit
9e1cb52d05
@ -176,16 +176,7 @@ export default {
|
|||||||
method: 'get',
|
method: 'get',
|
||||||
params: {ticketId: this.ticketId}
|
params: {ticketId: this.ticketId}
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
let thisList = res.data
|
this.list = res.data
|
||||||
thisList.map((item) => {
|
|
||||||
getDictTextByCodeAndValue("repair_work_type", item.workType).then(value => {
|
|
||||||
item.workTypeText = value
|
|
||||||
}).catch(error => {
|
|
||||||
item.workTypeText = "未知"
|
|
||||||
console.error(error);
|
|
||||||
});
|
|
||||||
})
|
|
||||||
this.list = thisList
|
|
||||||
if (this.list.length > 0) {
|
if (this.list.length > 0) {
|
||||||
console.log(this.list[0].userId)
|
console.log(this.list[0].userId)
|
||||||
this.checkedUserId = this.list[0].userId
|
this.checkedUserId = this.list[0].userId
|
||||||
|
@ -155,11 +155,12 @@ export default {
|
|||||||
url: '/pages/login/login'
|
url: '/pages/login/login'
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
//直接取缓存中的用户信息
|
||||||
|
this.userInfo = getUserInfo()
|
||||||
if (!this.$msgSocket) {
|
if (!this.$msgSocket) {
|
||||||
this.$startMsgSocket(getTenantId(), getStrData("userId"))
|
this.$startMsgSocket(getTenantId(), getStrData("userId"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.onRefresherrefresh()
|
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
if (!getToken()) {
|
if (!getToken()) {
|
||||||
@ -167,8 +168,6 @@ export default {
|
|||||||
url: '/pages/login/login'
|
url: '/pages/login/login'
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
//直接取缓存中的用户信息
|
|
||||||
this.userInfo = getUserInfo()
|
|
||||||
this.onRefresherrefresh()
|
this.onRefresherrefresh()
|
||||||
this.getNoReadNum()
|
this.getNoReadNum()
|
||||||
this.getNoticeList()
|
this.getNoticeList()
|
||||||
|
Loading…
Reference in New Issue
Block a user