呼出开发
This commit is contained in:
parent
5c39ee6700
commit
b1b5bf3a67
@ -363,9 +363,9 @@ export default {
|
||||
},
|
||||
async created() {
|
||||
|
||||
if(this.$route.query.caseId != null && this.$route.query.caseId != undefined)
|
||||
{ || null
|
||||
this.queue = this.$route.query.queue || null
|
||||
if(this.$route.query.caseId != null && this.$route.query.caseId != undefined) {
|
||||
this.caseId = this.$route.query.caseId || null
|
||||
this.queue = this.$route.query.queue || null
|
||||
await this.getCaseInfoById();//获取详情
|
||||
}
|
||||
|
||||
@ -385,9 +385,9 @@ export default {
|
||||
})
|
||||
},
|
||||
beforeDestroy() {
|
||||
// if(this.timer) { //如果定时器还在运行 或者直接关闭,不用判断
|
||||
// clearInterval(this.timer); //关闭
|
||||
// }
|
||||
if(this.timerInterval) { //如果定时器还在运行 或者直接关闭,不用判断
|
||||
clearInterval(this.timerInterval); //关闭
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
debtorEntityCardNo(datalist, len) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user