qushaowei
2024-07-25 52190152691bc217844d4f87b700274c297b104e
src/views/eam/modules/malfunctionRepair/EquipmentList.vue
@@ -163,7 +163,7 @@
        },
      ],
      url: {
        list: "/eam/equipment/getEquipmentList",
        list: "/eam/equipment/getEquipmentTZList",
      },
    }
  },
@@ -173,7 +173,7 @@
    list() {
      this.selectedRowKeys = [];
      this.selectedRowRecord = [];
      this.queryParam.equipmentStatus = "1"
      // this.queryParam.equipmentStatus = "1"
      this.visible = true;
      this.loadData(1);
    },
@@ -225,7 +225,7 @@
        this.ipagination.current = 1
      }
      this.onClearSelected()
      this.queryParam.equipmentStatus = '1';
      // this.queryParam.equipmentStatus = '1';
      var params = this.getQueryParams()//查询条件
      this.loading = true
      getAction(this.url.list, params).then((res) => {