cuilei
9 天以前 1cd8899b91a760da09e170c030091d2465df51a3
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) {