From 5fbc4feb28dfc709652cbf8dc74c7f5751116d75 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 04 二月 2026 18:00:26 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/record/detailpage/index.vue | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index e471dc4..48f9bf9 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -171,7 +171,7 @@
</el-table>
</div>
</div>
- <div :class="form.serviceType ? 'Followuserinfo' : 'Followuserinfos'">
+ <div :class="form.serviceType ? 'Followuserinfo' : 'Followuserinfos'">
<div>
<el-form ref="form" :model="form" label-width="120px">
<div class="headline">
@@ -663,6 +663,7 @@
subId: this.id,
taskid: this.taskid,
scriptid: item.id,
+ sendstate: 6,
templatequestionnum: item.scriptno,
questiontext: item.scriptContent,
};
@@ -713,6 +714,7 @@
param1: this.taskid,
param2: this.patid,
subId: this.id,
+ sendstate: 6,
};
addPersonVoices(obj).then((res) => {
@@ -753,7 +755,7 @@
let objson = {};
getTaskservelist({
patid: this.patid,
- subId: this.id,
+ subid: this.id,
}).then((res) => {
if (res.code == 200) {
objson = res.rows[0].serviceSubtaskList[0];
@@ -771,12 +773,13 @@
let objson = {};
getTaskservelist({
patid: this.patid,
- subId: this.id,
+ subid: this.id,
}).then((res) => {
if (res.code == 200) {
objson = res.rows[0].serviceSubtaskList[0];
objson.remark = this.form.remark;
if (sendstate) objson.sendstate = sendstate;
+ objson.sendstate = 6;
Editsingletaskson(objson).then((res) => {
if (res.code) {
this.$modal.msgSuccess("鏈嶅姟淇敼鎴愬姛");
--
Gitblit v1.9.3