From d69fb106ffcd327047793f6b72ed27b87cb54ead Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Dec 2021 16:13:09 +0800 Subject: [PATCH] BUG 25501 --- src/apps/AppInterview/AppInterview.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppInterview/AppInterview.vue b/src/apps/AppInterview/AppInterview.vue index ea10b502..1f450d44 100644 --- a/src/apps/AppInterview/AppInterview.vue +++ b/src/apps/AppInterview/AppInterview.vue @@ -18,7 +18,7 @@
{{ e.createTime }}
@@ -72,7 +72,7 @@ export default { } }) }, - goDetail(id, readonly) { + goDetail(id, readonly, index) { let query = {id} readonly && (query.detail = 1) this.$refs[`aiCard${index}`][0].handleClose()