Merge pull request 'fix : 修复需求上报bug' (#299) from dj into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/299
This commit is contained in:
2024-06-07 10:28:22 +00:00

View File

@@ -442,7 +442,7 @@ const handleResubmit = debounce(() => {
requirementId: route.query.id ? route.query.id : '-1'
}
console.log('重新提交params', params, formData.value)
if (!attachment.value.isSingleFile) {
if (!attachment.value.isSingleFile&&!formData.value.singleFile) {
attachment.value.validate()
ElNotification({
title: '提示',