From ba4e88422561301eb239be59966ef225188b1a2d Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Dec 2021 13:50:38 +0800 Subject: [PATCH] BUG 25501 --- src/apps/AppInterview/AppInterview.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/AppInterview/AppInterview.vue b/src/apps/AppInterview/AppInterview.vue index bc8e7eb8..ea10b502 100644 --- a/src/apps/AppInterview/AppInterview.vue +++ b/src/apps/AppInterview/AppInterview.vue @@ -18,7 +18,7 @@
{{ e.createTime }}
@@ -75,6 +75,7 @@ export default { goDetail(id, readonly) { let query = {id} readonly && (query.detail = 1) + this.$refs[`aiCard${index}`][0].handleClose() uni.navigateTo({url: `./interviewDetail?${qs.stringify(query)}`}) }, gotoAdd() {