From 2736806c9fbccb6e3fdf981a6f48a9343e21fa4a Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 19 八月 2026 15:33:10 +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