zck 9 달 전
부모
커밋
1892209d64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: '请先添加领用信息'})
 		return
 	}
-	if(linguser.value.length === 0){
+	if(!linguser.value){
 		ElMessage({ type: 'warning',message: '请先添加领用信息'})
 		return
 	}