浏览代码

展開编辑无订单类型显示的异常

QuietShadow 3 年之前
父节点
当前提交
a5092ffb8d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/energyPlan/components/supplyAndDemand/planProjectRoundGx.vue

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

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