Houjie
2025-06-03 2fda34643bc22e25f6c569415da5f955c81536bf
pages/baoZhou/baoZhou.vue
@@ -139,7 +139,8 @@
            announcement1: [],
            msg1Count: 0,
            msg2Count: 0,
            msg1Title: ""
            msg1Title: "",
            equipmentId:''
         }
      },
      computed: {
@@ -160,7 +161,11 @@
            this.mescroll.resetUpScroll()
         }
      },
      onLoad: function(options) {
         this.equipmentId = options.equipmentId ?
            decodeURIComponent(options.equipmentId) :
            '';
      },
      created() {},
      methods: {
         changehandlingInspectionFlag(e) {
@@ -225,7 +230,8 @@
                  pageSize: page.size,
                  order: 'desc',
                  column: 'createTime',
                  maintenanceStatus: 'WAIT_MAINTENANCE'
                  maintenanceStatus: 'WAIT_MAINTENANCE',
                  equipmentId: this.equipmentId || ''
               },
            }).then(res => {