|
@@ -157,6 +157,10 @@ const columnConfig: ColumnConfigType[] = [
|
|
dialogVisible.value = true
|
|
dialogVisible.value = true
|
|
getDetailApi({ id: row.id }).then((resp: StrAnyObj) => {
|
|
getDetailApi({ id: row.id }).then((resp: StrAnyObj) => {
|
|
formData.value = resp
|
|
formData.value = resp
|
|
|
|
+ console.log(resp)
|
|
|
|
+
|
|
|
|
+ console.log(JSON.parse(resp.operationData))
|
|
|
|
+ console.log(JSON.parse(resp.sourceData))
|
|
})
|
|
})
|
|
}
|
|
}
|
|
}
|
|
}
|