From 4413b4649c337dd65e27c7a4be0d5ca1294477ab Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 04 六月 2025 14:32:36 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/again/index.vue | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/followvisit/again/index.vue b/src/views/followvisit/again/index.vue index b356ad7..608b20a 100644 --- a/src/views/followvisit/again/index.vue +++ b/src/views/followvisit/again/index.vue @@ -108,7 +108,7 @@ placeholder="璇疯緭鍏ユ偅鑰呭鍚�" ></el-input> </el-form-item> - <el-form-item label="鎮h�呰瘖鏂�" prop="leavediagname"> + <el-form-item label="鎮h�呰瘖鏂�" prop="leavediagname"> <el-input v-model="topqueryParams.leavediagname" placeholder="璇疯緭鍏ユ偅鑰呰瘖鏂�" @@ -974,6 +974,7 @@ sort: 2, //0 鍑洪櫌鏃堕棿(姝e簭) 1 鍑洪櫌鏃堕棿(鍊掑簭) 2 鍙戦�佹椂闂�(姝e簭) 3 鍙戦�佹椂闂�(鍊掑簭) serviceType: 2, searchscope: 3, + visitCount: 2, scopetype: [], leaveldeptcodes: [], leavehospitaldistrictcodes: [], @@ -1340,18 +1341,19 @@ resetQuery() { this.dateRange = []; this.dateRangefs = []; - (this.topqueryParams = { + this.topqueryParams = { pageNum: 1, pageSize: 10, sendstate: 2, sort: 2, //0 鍑洪櫌鏃堕棿(姝e簭) 1 鍑洪櫌鏃堕棿(鍊掑簭) 2 鍙戦�佹椂闂�(姝e簭) 3 鍙戦�佹椂闂�(鍊掑簭) serviceType: 2, searchscope: 3, + visitCount: 2, scopetype: [], leaveldeptcodes: [], leavehospitaldistrictcodes: [], - }), - this.handleQuery(1); + }; + this.handleQuery(1); }, // 澶氶�夋閫変腑鏁版嵁 handleSelectionChange(selection) { @@ -1520,6 +1522,7 @@ patid: row.patid, id: row.id, Voicetype: type, + visitCount: this.topqueryParams.visitCount, }, }); }, -- Gitblit v1.9.3