更新 #456

Merged
zwq merged 1 commits from projects/line-new-zwq into projects/line-new 2025-12-01 14:52:39 +08:00
Showing only changes of commit 00ac3dec45 - Show all commits

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2025-10-13 15:07:24
* @LastEditors: zwq
* @LastEditTime: 2025-11-27 14:41:59
* @LastEditTime: 2025-12-01 14:40:46
* @Description:
-->
<template>
@@ -642,11 +642,15 @@ export default {
this.tableData1 = res.data?.stepTwo.groupPlanClassesBaseVOList;
this.tableData2 = res.data?.stepTwo.groupPlanTeamBaseVOList;
this.tableData2.forEach((item, index) => {
let lineName = '';
let lineName = [];
if (item.isProduction) {
lineName = this.setLineName(item.bindLineTree);
this.$set(
this.tableData2[index],
'lineName',
lineName.join(';')
);
}
this.$set(this.tableData2[index], 'lineName', lineName.join(';'));
});
this.stepNum = 3;
this.getThreeGroup(7); // 第三步,进来加载预览排班,默认7天预览周期