diff --git a/src/api/manage/patientInfoImport.js b/src/api/manage/patientInfoImport.js new file mode 100644 index 0000000..39b6bf5 --- /dev/null +++ b/src/api/manage/patientInfoImport.js @@ -0,0 +1,10 @@ +import request from '@/utils/request' + +// 查询导入批次列表 +export function patientInfoImportBatchlist(query) { + return request({ + url: '/manage/patientInfoimporttemp/list', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/src/views/manage/patientInfoImport/index.vue b/src/views/manage/patientInfoImport/index.vue new file mode 100644 index 0000000..3590779 --- /dev/null +++ b/src/views/manage/patientInfoImport/index.vue @@ -0,0 +1,314 @@ + + +