diff --git a/src/api/manage/manualReview.js b/src/api/manage/manualReview.js index afeaa74..d4e028c 100644 --- a/src/api/manage/manualReview.js +++ b/src/api/manage/manualReview.js @@ -3,9 +3,8 @@ import request from '@/utils/request' // 查询患者列表 export function tasklist(query) { return request({ - url: '/manage/signnode/tasklist', + url: '/manage/signRecord/list', method: 'get', params: query }) } - diff --git a/src/main.js b/src/main.js index 6d56a84..9804d45 100644 --- a/src/main.js +++ b/src/main.js @@ -44,11 +44,12 @@ import VueMeta from 'vue-meta' // 字典数据组件 import DictData from '@/components/DictData' import echarts from "echarts"; -library.add(fas,far, fab) +library.add(fas, far, fab) import { getBoxPadding, getBoxHeight } from "@/utils/getMaxTableHeight"; Vue.prototype.getBoxPadding = getBoxPadding Vue.prototype.getBoxHeight = getBoxHeight Vue.prototype.$echarts = echarts; + // 全局方法挂载 Vue.prototype.getDicts = getDicts Vue.prototype.getConfigKey = getConfigKey @@ -61,6 +62,7 @@ Vue.prototype.download = download Vue.prototype.handleTree = handleTree // 全局组件挂载 + Vue.component('font-awesome-icon', FontAwesomeIcon) Vue.component('DictTag', DictTag) Vue.component('Pagination', Pagination) diff --git a/src/views/manage/manualReview/index.vue b/src/views/manage/manualReview/index.vue index 0c580b9..c182a19 100644 --- a/src/views/manage/manualReview/index.vue +++ b/src/views/manage/manualReview/index.vue @@ -152,6 +152,7 @@ export default { hospitalAgencyId: null, hospitalAgencyName: null, campusAgencyId: null, + campusAgencyName: null, departmentId: null, departmentName: null, @@ -229,7 +230,7 @@ export default { /** 查询患者信息列表 */ getList() { this.loading = true; - this.queryParams.taskCreateType = 'MANUAL_CREATE' + // this.queryParams.taskCreateType = 'MANUAL_CREATE's tasklist(this.queryParams).then(response => { response.rows.forEach(e => { e.birthDate ? e.age = getAge(e.birthDate) : '' diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue index 7eb2bbb..3e3ddd2 100644 --- a/src/views/system/ManageNodeInformation/index.vue +++ b/src/views/system/ManageNodeInformation/index.vue @@ -53,35 +53,6 @@ value-format="yyyy-MM-dd" > - - - - - - -