diff --git a/src/api/followup.js b/src/api/followup.js index f23153d3ccc76b6a0fa2810a479d8ee48b0eee99..091b04e5c7971b17080daf3474154d4816b53e91 100644 --- a/src/api/followup.js +++ b/src/api/followup.js @@ -4,6 +4,14 @@ import request from "@/utils/request"; * 随访 * * */ +//随访查询 列表 +export function getFollowSearch(params = {}) { + return request({ + url: "/disease-data/follow/search", + method: "get", + params, + }); +} //随访调查 列表 export function getFollowSurvey(params = {}) { return request({ diff --git a/src/components/TabComponents/index.vue b/src/components/TabComponents/index.vue index 6b296a85e4ea2d6b93cff61d9f60d5fec9eb6dda..6e468a30249e53409c98ce4f8203bdf1d7586c41 100644 --- a/src/components/TabComponents/index.vue +++ b/src/components/TabComponents/index.vue @@ -347,6 +347,7 @@ :inactive-value="op.inactiveValue" > + {{ op.formatter diff --git a/src/views/audit-qualitycontrol/index.vue b/src/views/audit-qualitycontrol/index.vue index b847863d56f6b95250ba5fd7aafc5683529d1b9b..d949236aad43a0ad6bdc800d6562c791a728cc5a 100644 --- a/src/views/audit-qualitycontrol/index.vue +++ b/src/views/audit-qualitycontrol/index.vue @@ -199,7 +199,8 @@ export default { this.$router.push({ path: "/followaudit", query: { - id: data['unionId'], + unionId: data['unionId'], + unionName:data['unionName'] }, }) } else { diff --git a/src/views/followupentry/followaudit.vue b/src/views/followupentry/followaudit.vue index 85523c322ae06bbec96b319cf7c50e3e9ed39746..894f43802b2f86e753022f1df9a1a5d52dfe8d33 100644 --- a/src/views/followupentry/followaudit.vue +++ b/src/views/followupentry/followaudit.vue @@ -4,7 +4,7 @@
当前审核 - 【{{medicalCombination}}】【剩余{{mcCount}}】 + 【{{unionName}}】【剩余{{mcCount}}】
返回 @@ -79,7 +79,7 @@ > {{item.text}} -

编辑标签

+

编辑标签

@@ -107,6 +107,21 @@ + + + +