From 0c2a0bd783fd2721deacdaff6fb26d73619f0662 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 23 一月 2025 22:36:22 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/record/detailpage/index.vue | 23 +++++++++++------------
src/views/patient/propaganda/particty.vue | 6 ++++++
src/views/patient/propaganda/QuestionnaireTask.vue | 1 +
3 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index 567e46c..ffb92a7 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -605,21 +605,20 @@
}
item.patid = this.patid;
item.templateid = item.templateID;
+ });
+ let obj ={
+ serviceSubtaskDetailList: this.tableDatatop,
+ param1: this.taskid,
+ param2: this.patid,
+ subId: this.id,
+ }
- if (item.id) {
- updatePersonVoices(item).then((res) => {
- if (res.code == 200) {
- this.$modal.msgSuccess("鏈嶅姟淇敼鎴愬姛");
- }
- });
- } else {
- addPersonVoices(item).then((res) => {
- if (res.code == 200) {
- this.$modal.msgSuccess("鏈嶅姟淇濆瓨鎴愬姛");
- }
- });
+ addPersonVoices(obj).then((res) => {
+ if (res.code == 200) {
+ this.$modal.msgSuccess("鏈嶅姟淇濆瓨鎴愬姛");
}
});
+
},
// 鑾峰彇鎮h�呰褰�
diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue
index 3e2d3c5..606be89 100644
--- a/src/views/patient/propaganda/QuestionnaireTask.vue
+++ b/src/views/patient/propaganda/QuestionnaireTask.vue
@@ -1973,6 +1973,7 @@
}
this.objyl.templateid = this.objyl.svyid;
this.objyl.isoperation = 1;
+ this.objyl.svyTaskTemplateScriptVOS = this.objyl.svyTemplateLibScripts;
this.form.svyTaskTemplateVO=this.objyl;
this.submitForm();
})
diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index bb507f6..9a7b19f 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -2022,6 +2022,12 @@
}
this.objyl.templateid = this.objyl.id;
this.objyl.isoperation = 1;
+ this.objyl.ivrLibaTemplateScriptVOList.forEach((item) => {
+ item.ivrTaskScriptTargetoptionList =
+ item.ivrLibaScriptTargetoptionList;
+ });
+ this.objyl.ivrTaskTemplateScriptVOList =
+ this.objyl.ivrLibaTemplateScriptVOList;
this.form.ivrTaskTemplateVO = this.objyl;
this.submitForm();
--
Gitblit v1.9.3