소스 검색

修复平台入室问题

xukai 7 달 전
부모
커밋
83b76a4a37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/view/entry/components/details.vue

+ 1 - 1
src/view/entry/components/details.vue

@@ -185,7 +185,7 @@
     state.dialog.title = '入室申请'
     if (type == 'manageDetails' || type == 'audit') {
       const post = row?.platformType == '10' ? Api.getCellEntityById : Api.getMolecularEntityById
-      const [err, res]: ToResponse = await to(post({ id: row?.id }))
+      const [err, res]: ToResponse = await to(post({ id: row?.appointId }))
       if (err) return
       await nextTick()
       state.form = res?.data