审核修改

This commit is contained in:
shidongli 2024-06-28 09:36:50 +08:00
parent 260e881bec
commit 7c916d381a

View File

@ -443,6 +443,7 @@ export default {
path: "/task/LookAuditing", path: "/task/LookAuditing",
query: { query: {
patientId: row.patientId, patientId: row.patientId,
signRecordId: row.id,
routeCheckStatus: this.queryParams.routeCheckStatus, routeCheckStatus: this.queryParams.routeCheckStatus,
}, },
}); });