更新 #456

已合并
zwq 2025-12-01 14:52:39 +08:00 将 1 次代码提交从 projects/line-new-zwq 合并至 projects/line-new
仅显示提交 00ac3dec45 的更改 - 显示所有提交

查看文件

@@ -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天预览周期