|
@@ -185,7 +185,7 @@
|
|
|
state.dialog.title = '入室申请'
|
|
state.dialog.title = '入室申请'
|
|
|
if (type == 'manageDetails' || type == 'audit') {
|
|
if (type == 'manageDetails' || type == 'audit') {
|
|
|
const post = row?.platformType == '10' ? Api.getCellEntityById : Api.getMolecularEntityById
|
|
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
|
|
if (err) return
|
|
|
await nextTick()
|
|
await nextTick()
|
|
|
state.form = res?.data
|
|
state.form = res?.data
|