@@ -162,7 +162,7 @@ export default {
// 查询设备信息/维修/维保数据
getData() {
if (this.active === 1) {
- if (!isMaintenanceShow && this.isRepairShow) {// 如果没有维保有维修
+ if (!this.isMaintenanceShow && this.isRepairShow) {// 如果没有维保有维修
//维修
this.getRepairData();
} else {