From 48c618f4103d9596d68b42cc67b3f6fb89dec4a6 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Dec 2021 16:22:10 +0800 Subject: [PATCH] BUG 25507 --- src/apps/AppInterview/AppInterview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppInterview/AppInterview.vue b/src/apps/AppInterview/AppInterview.vue index 1f450d44..5f1986dc 100644 --- a/src/apps/AppInterview/AppInterview.vue +++ b/src/apps/AppInterview/AppInterview.vue @@ -75,7 +75,7 @@ export default { goDetail(id, readonly, index) { let query = {id} readonly && (query.detail = 1) - this.$refs[`aiCard${index}`][0].handleClose() + index > -1 && this.$refs[`aiCard${index}`][0].handleClose() uni.navigateTo({url: `./interviewDetail?${qs.stringify(query)}`}) }, gotoAdd() {