Browse Source

修复平台入室问题

xukai 5 months ago
parent
commit
83b76a4a37
1 changed files with 1 additions and 1 deletions
  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