From 98aa24aee76bf8446e5bf7d152a5cd2a79031890 Mon Sep 17 00:00:00 2001 From: liujun Date: Fri, 1 Mar 2024 15:52:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8A=9E=E5=BC=80=E5=A7=8B=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E7=BB=93=E6=9D=9F=E6=97=B6=E9=97=B4=E8=A7=84=E5=88=99?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=EF=BC=88=E5=BC=80=E5=A7=8B=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E4=B8=BA=EF=BC=9A=E7=8F=AD=E7=BA=A7=E5=88=9B=E5=BB=BA=E6=97=B6?= =?UTF-8?q?=E9=97=B4=EF=BC=8C=E7=BB=93=E6=9D=9F=E6=97=B6=E9=97=B4=E4=B8=BA?= =?UTF-8?q?=E5=8F=91=E5=8C=85=E5=8D=95=E4=BD=8D=E7=A1=AE=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E9=97=B4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/sendUtil.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index dd60a8e..877a5ca 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -64,6 +64,11 @@ :upload-type="1"/> + + + + + @@ -125,6 +130,9 @@ export default { ], APPOINT_ANNEX: [ { required: true, message: '请上传文件', trigger: 'change' } + ], + LIMIT_END_TIME: [ + { required: true, message: '请选择指定培训有效截至时间', trigger: 'change' } ] }, heirloom: {}, @@ -143,7 +151,8 @@ export default { menu: { department: '', user: '', - uploadFile: '' + uploadFile: '', + limitFlag: '' } } }, @@ -187,6 +196,7 @@ export default { this.menu.department = data.Department this.menu.user = data.User this.menu.uploadFile = data.UploadFile + this.menu.limitFlag = data.limitFlag resolve(true) }).catch((e) => { })