hyingbo
6 天以前 57ec2038f86f47a87db6b73c0c6eb27c1c25b08e
src/views/dnc/base/modules/TerminalIndex/ReportEquipmentClose/SplitShutdownInfoModal.vue
@@ -173,9 +173,9 @@
      // 表单提交事件
      handleSubmit() {
        const that = this
        that.confirmLoading = true
        this.$refs.form.validate(valid => {
          if (valid) {
            that.confirmLoading = true
            postAction(that.url.submit, that.model)
              .then(res => {
                if (res.success) {