diff --git a/src/api/tblist/patientexamlist/index.ts b/src/api/tblist/patientexamlist/index.ts index a80a4d82..3b08a1e8 100644 --- a/src/api/tblist/patientexamlist/index.ts +++ b/src/api/tblist/patientexamlist/index.ts @@ -75,8 +75,13 @@ export const PatientexamlistApi = { return await request.put({ url: `/tblist/patientexamlist/examineupdate`, data }) }, - // 超声审核 - examine: async (id: String) => { + // 超声审核 + examine: async (id: String) => { return await request.get({ url: `/tblist/patientexamlist/examine?id=` + id }) }, + + // dicom数据同步 + dicomDataSync: async () => { + return await request.get({ url: `/tblist/patientexamlist/dicomDataSync` }) + }, } diff --git a/src/views/tblist/patientexamlist/index.vue b/src/views/tblist/patientexamlist/index.vue index 680ebf54..e3a200fd 100644 --- a/src/views/tblist/patientexamlist/index.vue +++ b/src/views/tblist/patientexamlist/index.vue @@ -264,6 +264,7 @@ > 导出 + 同步 @@ -287,7 +288,7 @@ - + - - + +