fix:控制台报错
This commit is contained in:
parent
1ae5dda1a7
commit
608b6d10ff
|
@ -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 = ''
|
||||||
}
|
}
|
||||||
// 西海岸:单兵设备、无人机单独调取其他接口
|
// 西海岸:单兵设备、无人机单独调取其他接口
|
||||||
|
|
Loading…
Reference in New Issue