zck 9 months ago
parent
commit
1892209d64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/performance/chukubaogong.vue

+ 1 - 1
src/view/performance/chukubaogong.vue

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