From ba1ad6cff887cecb836a9fff87d84c146c820ad7 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 26 一月 2026 11:00:18 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/record/detailpage/index.vue | 30 ++++++++++++++++++------------
1 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 1804b58..933b61d 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -1527,16 +1527,16 @@
}).then((res) => {
if (res.code === 200) {
// 閽堝鍐嶆闅忚鏈嶅姟杩涜鍒犻櫎缁撴灉璧嬪��
- if (this.again && res.data.upScriptResult) {
- res.data.upScriptResult.forEach((itemA) => {
- const itemB = res.data.scriptResult.find(
- (item) => item.scriptContent === itemA.scriptContent
- );
- if (itemB) {
- itemB.scriptResult = itemA.scriptResult;
- }
- });
- }
+ // if (this.again && res.data.upScriptResult) {
+ // res.data.upScriptResult.forEach((itemA) => {
+ // const itemB = res.data.scriptResult.find(
+ // (item) => item.scriptContent === itemA.scriptContent
+ // );
+ // if (itemB) {
+ // itemB.scriptResult = itemA.scriptResult;
+ // }
+ // });
+ // }
this.tableDatatop = res.data.scriptResult;
this.tableDatatop.forEach((item) => {
@@ -1761,7 +1761,10 @@
}
});
this.Editsingletasksonyic(6);
- if (this.form.isVisitAgain != 1) {
+ const orgName = localStorage.getItem("orgname");
+ console.log(orgName, "orgName");
+
+ if (this.form.isVisitAgain != 1 || orgName == "涓芥按甯備腑鍖婚櫌") {
this.Torouter();
return;
}
@@ -1946,7 +1949,10 @@
param2: this.patid,
subId: this.id,
};
- if (this.form.isVisitAgain != 1) {
+ const orgName = localStorage.getItem("orgname");
+ console.log(orgName, "orgName");
+
+ if (this.form.isVisitAgain != 1 || orgName == "涓芥按甯備腑鍖婚櫌") {
this.Torouter();
return;
}
--
Gitblit v1.9.3