This commit is contained in:
helloDy
2024-03-14 20:19:42 +08:00
parent 149ec4c844
commit 67948c10cb
20 changed files with 299 additions and 112 deletions

View File

@@ -298,9 +298,9 @@ export default {
// 工段排序
sort: undefined,
// 产线统计类型
lineDataType: undefined,
lineDataType: 0,
// 工段统计类型
sectionDataType: undefined,
sectionDataType: 0,
};
this.resetForm('form');
},