整理表单代码

This commit is contained in:
zhujiyan
2024-05-14 16:34:00 +08:00
parent e47428cab0
commit 9642aa95d3
2 changed files with 1 additions and 15 deletions

View File

@@ -1580,12 +1580,6 @@ const confirmForm = () => {
type: 'warning'
})
}
if (!sensitiveDevices.value) {
return ElMessage({
message: '请上传主要敏感设备清单',
type: 'warning'
})
}
if (!antiInterferenceReport.value) {
return ElMessage({
message: '请上传抗扰度测试报告',