src/views/eam/modules/repairorder/moudles/select/FaultReportRepair.vue
@@ -168,7 +168,7 @@ dataIndex: 'num' }, { title: '设备编码', title: '统一编码', align: "center", dataIndex: 'equipmentNum' }, @@ -300,6 +300,7 @@ handleOk() { const that = this; // 触发表单验证 this.confirmLoading=true; if (that.selectedRowKeys.length === 0) { that.$message.error("请选择故障报修单后提交!") return false;