zhaowei
2 天以前 80a8050560fdd4cc18aee57c3ed176a9019dec2a
src/views/eam/maintenance/EamInspectionOrderList.vue
@@ -304,7 +304,9 @@
      handleAbolish(id) {
        var that = this
        getAction(that.url.cancelInspectionOrder, { id: id }).then((res) => {
        this.loading = true
        getAction(that.url.cancelInspectionOrder, { id })
          .then((res) => {
          if (res.success) {
            that.$notification.success({
              message: '消息',
@@ -316,6 +318,7 @@
              message: '消息',
              description: res.message
            })
              this.loading = false
          }
        })
      },