cyy
2025-09-28 0f7bec66f05f5265b8c04e2d3d8157f318f80645
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);