From 2941765c75e52229a53d3b711c577da3dfff5e2a Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 02 八月 2024 15:33:12 +0800 Subject: [PATCH] 修改下单、工时管理bug --- src/components/view/a6-standard-material-list.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/view/a6-standard-material-list.vue b/src/components/view/a6-standard-material-list.vue index be0e956..188fa49 100644 --- a/src/components/view/a6-standard-material-list.vue +++ b/src/components/view/a6-standard-material-list.vue @@ -109,7 +109,8 @@ tagField: [], selectField: [], requiredAdd: ['model','sample',], - requiredUp: [] + requiredUp: [], + needSort: ['sample'], }, entityCopy: {}, upIndex: 0, -- Gitblit v1.9.3