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" > - - - - - - -
@@ -182,13 +153,6 @@ > 关闭 -
@@ -379,14 +343,6 @@
-
-
-
-
@@ -1111,13 +1033,9 @@ export default { )?.dictCode; setTimeout(() => { this.changelisy(); - }, 30); + }, 1000); this.itemlist.specialDiseaseRouteId = this.$route.query.id; this.itemlist.routeName = Cookies.get("routeName"); - console.log(this.itemlist.routeName, " this.itemlist.routeName"); - // Cookies.remove("routeName"); - - // this.itemlist.routeName = this.$route.query.routeName; selectSpecialDisease(this.$route.query.id).then((res) => { loading.close(); this.agreeNumber = res.data.agreeNumber; @@ -1268,7 +1186,6 @@ export default { triggerConditionList(this.routeId).then((res) => { this.openlist.triggerConditionList = res.data; this.$set(this.updata, "suitRange", this.openlist.suitRange); - console.log(this.updata.suitRange, "updatabianji"); }); }, // 编辑 diff --git a/src/views/system/editorialSpecialization/index.vue b/src/views/system/editorialSpecialization/index.vue index e9531fc..778b4cc 100644 --- a/src/views/system/editorialSpecialization/index.vue +++ b/src/views/system/editorialSpecialization/index.vue @@ -626,7 +626,6 @@ export default { e.routeId = this.$route.query.id; e.routeName = this.$route.query.routeName; }); - console.log(this.updata, "(this.updata"); triggerConditionadd(this.updata).then((res) => { loading.close(); this.$notify({ @@ -687,7 +686,6 @@ export default { }, //触发条件修改详情 triggerConditionedit(uitem) { - console.log(uitem, "uitem"); this.$router.push({ path: "/specialdisease/ManageNodeInformation", query: { @@ -716,8 +714,6 @@ export default { }, //删除触发条件 deltriggerCondition(uitem) { - console.log(uitem, "uitem"); - this.$confirm("确定删除此触发条件吗?", "提示", { confirmButtonText: "确定", cancelButtonText: "取消",