BUG 25507

This commit is contained in:
aixianling
2021-12-14 16:22:10 +08:00
parent 507d4e4871
commit 48c618f410

View File

@@ -75,7 +75,7 @@ export default {
goDetail(id, readonly, index) { goDetail(id, readonly, index) {
let query = {id} let query = {id}
readonly && (query.detail = 1) 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)}`}) uni.navigateTo({url: `./interviewDetail?${qs.stringify(query)}`})
}, },
gotoAdd() { gotoAdd() {