班组bug
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2025-10-21 14:27:23
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2025-11-04 10:49:16
|
||||
* @LastEditTime: 2025-11-10 17:07:54
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@@ -150,8 +150,7 @@ export default {
|
||||
this.infoData = {};
|
||||
getPlan(id).then((res) => {
|
||||
this.infoData = res.data || {};
|
||||
console.log(res);
|
||||
this.tableData1 = res.data?.groupPlanClassesBaseVOList;
|
||||
this.tableData1 = res.data?.groupPlanClassesBaseVOList.sort((a, b) => a.sort - b.sort);
|
||||
this.tableData2 = res.data?.groupPlanTeamBaseVOList;
|
||||
this.tableData2.forEach((item, index) => {
|
||||
let lineName = '';
|
||||
|
||||
Reference in New Issue
Block a user