From 3b774a197bd7087ee42999937ccc1e7e048eb1aa Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 11 一月 2024 18:03:17 +0800 Subject: [PATCH] 指标完成 --- src/views/patient/propaganda/particty.vue | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue index 70de25c..95f9611 100644 --- a/src/views/patient/propaganda/particty.vue +++ b/src/views/patient/propaganda/particty.vue @@ -536,8 +536,14 @@ </template> <script> - import { messagelistpatient } from "@/api/patient/homepage"; +import { + getTaskpatient, + edithetask, + addhetask, + gethetaskinfo, + delhetaskinfo, +} from "@/api/AiCentre/index"; import SFtable from "@/components/SFtable"; //琛ㄦ牸缁勪欢 export default { @@ -679,6 +685,9 @@ methods: { // 鑾峰彇褰撳墠绫诲瀷 Acquisitiontype() { + getTaskpatient({ allhosp: 1 }).then((res) => { + console.log(res); + }); this.currenttype = this.$route.query.type; console.log(this.currenttype); if (this.currenttype == 1) { -- Gitblit v1.9.3