fix : 修复项目立项校验
This commit is contained in:
@@ -383,6 +383,17 @@ const getAttachment = (val) => {
|
||||
singleList.value.push(compositeParam(val))
|
||||
nextTick(() => {
|
||||
showSingleTable.value = true
|
||||
if (attachment.value.singleFile == null) {
|
||||
attachment.value.validate()
|
||||
ElNotification({
|
||||
title: '提示',
|
||||
message: '请上传附件',
|
||||
type: 'error'
|
||||
})
|
||||
return;
|
||||
} else {
|
||||
attachment.value.clearValidate()
|
||||
}
|
||||
})
|
||||
}
|
||||
const getOtherFile = (val) => {
|
||||
|
||||
Reference in New Issue
Block a user