@ -430,7 +430,7 @@ export default {
},
combine(){
if(this.orderQuery==null && this.orderQuery.length==0){
if(this.orderQuery==null || this.orderQuery.length==0){
this.$message.error("请先选择单据!")
return;
}