From a5cba9ab040f6f97558046885dce3017f9bab7e9 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 11 八月 2026 14:12:29 +0800
Subject: [PATCH] 提交
---
src/views/outsideChainnew.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/outsideChainnew.vue b/src/views/outsideChainnew.vue
index 1e83bb8..1132d17 100644
--- a/src/views/outsideChainnew.vue
+++ b/src/views/outsideChainnew.vue
@@ -331,7 +331,7 @@
// let taskids = this.encrypt(this.taskid);
// let patids = this.encrypt(this.patid);
// 鍏堝彇缂撳瓨
- getCachequestionnaire({ param1: this.taskid, param2: this.patid }).then(
+ getCachequestionnaire({ param1: this.taskid, param2: this.patid,param6:this.param6 }).then(
(res) => {
if (res.code == 200) {
this.questionList = res.data;
@@ -356,7 +356,7 @@
},
// 鑾峰彇鏁版嵁
getExternalfollowup() {
- getExternalfollowup({ param1: this.taskid, param2: this.patid }).then(
+ getExternalfollowup({ param1: this.taskid, param2: this.patid,param6:this.param6 }).then(
(res) => {
if (res.code == 200) {
this.questionList = res.data.script;
--
Gitblit v1.9.3