zck 9 сар өмнө
parent
commit
1892209d64

+ 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
 	}