14
0
xukai 5 сар өмнө
parent
commit
83b76a4a37

+ 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