@ -583,12 +583,14 @@ export default {
handlePrint() {
if (this.selectionList.length == 0) {
this.$message.error('请先选择数据');
} else {
this.printForm = {
quantity: 1,
};
this.printDialog = true;
return false
}
if(this.selectionList.length > 1){
this.$message.error('只能选择一条数据');
window.open(window.PROCESS_FLOW_CARD_PRINT_SUPPORT+'?yold='+this.selectionList[0].yoId);
},
// 异常申报
handleAbnormal(row) {