zhaowei
2025-06-19 7be77bb648c8dc92539d02f4d678ff60b2d5f3db
src/views/dnc/base/modules/TerminalIndex/ReportEquipmentClose/MaintainShutdownModal.vue
@@ -38,9 +38,9 @@
    methods: {
      handleSubmit() {
        const that = this
        this.confirmLoading = true
        this.$refs.form.validate(valid => {
          if (valid) {
            that.confirmLoading = true
            postAction(that.url.submit, that.model)
              .then(res => {
                if (res.success) {