lyh
2025-07-11 75b875f7538bf7700684c2eb2582c2d8f0aa8675
src/views/eam/maintenance/EamInspectionOrderList.vue
@@ -282,7 +282,9 @@
      },
      handleInspection(id) {
        var that = this
        getAction(that.url.receiveInspectionOrder, { id }).then((res) => {
        this.loading = true
        getAction(that.url.receiveInspectionOrder, { id })
          .then((res) => {
          if (res.success) {
            that.$notification.success({
              message: '消息',
@@ -295,6 +297,7 @@
              message: '消息',
              description: res.message
            })
              this.loading = false
          }
        })
      },
@@ -400,7 +403,7 @@
      onInspectionDateChange: function(value, dateString) {
        this.queryParam.inspectionDateBegin = dateString[0]
        this.queryParam.inspectionDateEnd = dateString[1]
      },
      }
    }
  }
</script>