fix:控制台报错

This commit is contained in:
guoyue 2022-10-04 15:59:35 +08:00
parent 1ae5dda1a7
commit 608b6d10ff
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ export default {
}) })
console.log('formName--ids-提交数据--------->', formName, ids) console.log('formName--ids-提交数据--------->', formName, ids)
if (formName.system.length !== 0) { if (formName.system.length !== 0) {
if (formName.applicationSystem.length == 0) { if (formName.applicationSystem && formName.applicationSystem.length == 0) {
formName.applicationSystem = '' formName.applicationSystem = ''
} }
// 西 // 西