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