呼出开发

This commit is contained in:
张运江 2025-01-16 18:06:51 +08:00
parent 5c39ee6700
commit b1b5bf3a67

View File

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