呼出开发

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