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 } }) },