From 44fe7b7d69118a4d03bed8dadcf9b6bba1416f9d Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 04 九月 2024 18:08:10 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/physical/index.vue | 26 +++++++++++++++----------- 1 files changed, 15 insertions(+), 11 deletions(-) diff --git a/src/views/patient/physical/index.vue b/src/views/patient/physical/index.vue index 1f71c34..e1b5b4a 100644 --- a/src/views/patient/physical/index.vue +++ b/src/views/patient/physical/index.vue @@ -298,7 +298,7 @@ class-name="small-padding fixed-width" > <template slot-scope="scope"> - <el-button + <!-- <el-button size="medium" type="text" @click="followupvisit(scope.row)" @@ -315,7 +315,7 @@ ><span class="button-sc" ><i class="el-icon-delete"></i>鍋滄</span ></el-button - > + > --> <el-button size="medium" type="text" @@ -479,6 +479,9 @@ resetUserPwd, changeUserStatus, } from "@/api/system/user"; +import { + getTaskservelist +} from "@/api/AiCentre/index"; import Treeselect from "@riophae/vue-treeselect"; import "@riophae/vue-treeselect/dist/vue-treeselect.css"; @@ -604,9 +607,7 @@ topqueryParams: { pageNum: 1, pageSize: 10, - userName: undefined, - tagid: undefined, - topic: undefined, + serviceType:1, }, propss: { multiple: true }, options: [], @@ -694,9 +695,9 @@ /** 鏌ヨ闂ㄨ瘖闅忚鍒楄〃 */ getList() { this.loading = true; - listUser(this.addDateRange(this.topqueryParams, this.dateRange)).then( + getTaskservelist(this.topqueryParams).then( (response) => { - this.userList = []; + this.userList = response.rows; this.total = response.total; this.loading = false; } @@ -800,8 +801,11 @@ /** 鏂板鎸夐挳鎿嶄綔 */ handleAdd() { this.$router.push({ - path: "/followvisit/particty", - query: { type: 5 }, + path: "/followvisit/QuestionnaireTask", + query: { + type: 2, + serviceType: 1, + }, }); }, @@ -900,10 +904,10 @@ this.modificationVisible = true; }, // 璺宠浆璇︽儏椤� - Seedetails() { + Seedetails(row) { this.$router.push({ path: "/followvisit/record/detailpage/", - query: { id: "1" }, + query: { taskid: row.taskid, patid: row.patid }, }); }, // 瀵煎叆鎸夐挳 -- Gitblit v1.9.3