瀏覽代碼

修复平台入室问题

xukai 5 月之前
父節點
當前提交
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