cuiqian2004
2025-09-05 09e14592dd06c4c2037e2b172ac77a2e290f9db9
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);