From edd2b9c1e3b3b222e0b032ef1700e3ab1fb69a90 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 8 May 2024 09:17:36 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=A0=87=E5=87=86=E5=8C=96=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8-=E9=9B=86=E5=9B=A2=E5=8F=82=E4=B8=8E=E6=83=85?= =?UTF-8?q?=E5=86=B5=E7=9A=84=E8=B5=84=E6=96=99=E6=94=B9=E4=B8=BA=E9=9D=9E?= =?UTF-8?q?=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standardizationActivity/tables/GroupTable.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/businessSupport/standardizationActivity/tables/GroupTable.vue b/src/views/businessSupport/standardizationActivity/tables/GroupTable.vue index 5d3bdd57..c19fc075 100644 --- a/src/views/businessSupport/standardizationActivity/tables/GroupTable.vue +++ b/src/views/businessSupport/standardizationActivity/tables/GroupTable.vue @@ -191,11 +191,11 @@ export default { * 校验文件是否上传 * @returns {boolean} */ - validateTableData() { - if (this.realDataSource.some(tt => !tt.feeData)) { - this.$message.warning(this.$t('businessSupport.standardizationActivity.pleaseUploadGroupInfo')) - return false - } + validateTableData () { + // if (this.realDataSource.some(tt => !tt.feeData)) { + // this.$message.warning(this.$t('businessSupport.standardizationActivity.pleaseUploadGroupInfo')) + // return false + // } return true } }