@@ -536,7 +536,7 @@ const res_bomenterDialog = async() => {
ElMessage({ type: 'warning',message: '请先添加领用信息'})
return
}
- if(linguser.value.length === 0){
+ if(!linguser.value){