Explorar o código

型钢带入长度

QuietShadow %!s(int64=3) %!d(string=hai) anos
pai
achega
347000d17c

+ 2 - 1
src/views/energyPlan/components/supplyAndDemand/planProjectRoundLG.vue

@@ -2279,7 +2279,8 @@ export default {
                     sqno: item.sqno,
                     updatetime: item.updatetime,
                     workprocType: item.workprocType,
-                    auditState: item.auditState
+                    auditState: item.auditState,
+                    tag: item.tag ? item.tag : '0'
                  });
                     }
                     that.rightTableData = arr;

+ 3 - 1
src/views/energyPlan/components/supplyAndDemand/planProjectRoundXG.vue

@@ -1606,7 +1606,9 @@ export default {
                     sqno: item.sqno,
                     updatetime: item.updatetime,
                     workprocType: item.workprocType,
-                    auditState: item.auditState
+                    auditState: item.auditState,
+                    lengths: item.lengths,
+                    tag: item.tag ? item.tag : '0'
                  });
                     }
                     that.rightTableData = arr;