From 9b196899aeeb5721c1985c0df9dbd779e29d0ed4 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 18 Jun 2024 17:46:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AE=B0=E5=BD=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/record/record.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/system/record/record.vue b/src/views/system/record/record.vue index 661f218..7c6c141 100644 --- a/src/views/system/record/record.vue +++ b/src/views/system/record/record.vue @@ -403,6 +403,7 @@ import { selectPatientQuestionSubmit, } from "@/api/system/taskExecuteRecord"; import { getScript } from "@/api/manage/script"; +import { getAgencytype } from "@/api/system/agency"; export default { components: { message, @@ -436,6 +437,8 @@ export default { created() { console.log(this.$route.query); this.info(); + this.infolistMESSAGE(); + this.infolistword() // 文字提醒 if (this.$route.query.textRemindContent) { this.formlists.textRemindContent = this.$route.query.textRemindContent;