[update] 标准化活动-集团参与情况的资料改为非必填
This commit is contained in:
@@ -191,11 +191,11 @@ export default {
|
|||||||
* 校验文件是否上传
|
* 校验文件是否上传
|
||||||
* @returns {boolean}
|
* @returns {boolean}
|
||||||
*/
|
*/
|
||||||
validateTableData() {
|
validateTableData () {
|
||||||
if (this.realDataSource.some(tt => !tt.feeData)) {
|
// if (this.realDataSource.some(tt => !tt.feeData)) {
|
||||||
this.$message.warning(this.$t('businessSupport.standardizationActivity.pleaseUploadGroupInfo'))
|
// this.$message.warning(this.$t('businessSupport.standardizationActivity.pleaseUploadGroupInfo'))
|
||||||
return false
|
// return false
|
||||||
}
|
// }
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user