From b57c6c97c7de4cb5aeeb6c766a4642fac5b9b500 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期五, 21 八月 2026 15:07:10 +0800
Subject: [PATCH] 测试完成
---
src/views/Satisfaction/configurationmyd/batch.vue | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/src/views/Satisfaction/configurationmyd/batch.vue b/src/views/Satisfaction/configurationmyd/batch.vue
index bd73abe..750c893 100644
--- a/src/views/Satisfaction/configurationmyd/batch.vue
+++ b/src/views/Satisfaction/configurationmyd/batch.vue
@@ -143,9 +143,7 @@
</div>
<div class="patient-item">
<span class="label">鎬у埆锛�</span>
- <span class="value">{{
- row.patdescJson.sex
- }}</span>
+ <span class="value">{{ row.patdescJson.sex }}</span>
</div>
<div class="patient-item">
<span class="label">骞撮緞锛�</span>
@@ -599,7 +597,8 @@
created() {
// 浠庤矾鐢卞弬鏁拌幏鍙栭棶棰業D
- this.filterParams.scriptids = this.$route.query.questionId || this.$route.query.questionIds||null;
+ this.filterParams.scriptids =
+ this.$route.query.questionId || this.$route.query.questionIds || null;
// if (this.$route.query.questionId) {
// } else if (this.$route.query.questionIds) {
// console.log(
@@ -607,7 +606,7 @@
// "this.$route.query.questionIds"
// );
- this.filterParams.templateType = Number(this.$route.query.type)||null;
+ this.filterParams.templateType = Number(this.$route.query.type) || null;
// this.filterParams.scriptid = null;
// }
@@ -797,8 +796,10 @@
this.filterParams = {
todeptcode: "",
handleFlag: "",
- templateType: "",
- scriptids: null, // 淇濈暀闂ID
+ scriptids:
+ this.$route.query.questionId || this.$route.query.questionIds || null,
+ templateType: Number(this.$route.query.type) || null,
+
pageNum: 1,
pageSize: 10,
};
@@ -831,7 +832,8 @@
// 杩斿洖寮傚父鍒楄〃
handleGoBack() {
- this.$router.push("/satisfaction/exception/list");
+ // this.$router.push("/satisfaction/exception/list");
+ this.$router.push("/Intelligentcenter/dispose");
},
// 鏌ョ湅璇︽儏
--
Gitblit v1.9.3