diff --git a/public/sysConfig.json b/public/sysConfig.json index 956b438..9b82a0f 100644 --- a/public/sysConfig.json +++ b/public/sysConfig.json @@ -1,7 +1,7 @@ { - "apiurl": "http://192.168.1.138:9527", + "apiurl": "http://192.168.5.52:9530", "softName": "神豚体检管理系统", - "pacsApi": "http://192.168.1.138:9527", + "pacsApi": "http://192.168.5.52:9530", "dcmViewers": "https://app.mzaktj.com:4436", "pacsApiHttps": "https://app.mzaktj.com:8042", "dict":{ diff --git a/src/api/api.js b/src/api/api.js index 52fcde8..1a260e4 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -23,10 +23,10 @@ function startLoading() { customClass: "boxStyle" }); - // 调用接口 5秒 没结束,关闭锁屏 + // 调用接口 30秒 没结束,关闭锁屏 setTimeout(() => { endLoading(loading) - }, 5000); + }, 30000); return loading } diff --git a/src/views/customerOrg/patientRegisterImport.vue b/src/views/customerOrg/patientRegisterImport.vue index 5606357..5981359 100644 --- a/src/views/customerOrg/patientRegisterImport.vue +++ b/src/views/customerOrg/patientRegisterImport.vue @@ -365,13 +365,9 @@ - - - - - + + + @@ -1578,6 +1574,9 @@ export default { if (res.data.length == 0) { this.$message.warning("没有符合条件的数据") } else { + this.prList.forEach(e => { + e.groupPack = e.customerOrgGroupName || e.medicalPackageName + }); ret = true } } diff --git a/src/views/report/checkStatus.vue b/src/views/report/checkStatus.vue index c8434b5..bd1d948 100644 --- a/src/views/report/checkStatus.vue +++ b/src/views/report/checkStatus.vue @@ -39,78 +39,40 @@ 查询
- 导出excel + 导出excel
- - - - - + highlight-current-row ref="dataList" :row-class-name="tableRowClassName" use-virtual + @sort-change="handleSortChange"> + + - - - - - - - - - - - - - - - - - - - - - - - + +
@@ -129,9 +91,12 @@