From 09e14592dd06c4c2037e2b172ac77a2e290f9db9 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 05 九月 2025 19:01:09 +0800
Subject: [PATCH] form input pdaScanOnly
---
pages/modal/5601.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/pages/modal/5601.vue b/pages/modal/5601.vue
index b429726..4e0d95e 100644
--- a/pages/modal/5601.vue
+++ b/pages/modal/5601.vue
@@ -1710,8 +1710,7 @@
const detailStyleDefList = pageData.DefList || []
value.row.forEach((row) => {
if (row.id) {
- for (let index = 0; index < detailStyleDefList
- .length; index++) {
+ for (let index = 0; index < detailStyleDefList.length; index++) {
const ele = detailStyleDefList[index]
if (ele.form.objId == row.id) {
detailStyleDefList.splice(index, 1);
--
Gitblit v1.9.1