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
 	}