k94314517
2024-11-29 d1c205d29b5eacf1de22a7af29329ca370d1c2d3
company/src/components/business/OperaApplyChangeCheckWindow.vue
@@ -381,7 +381,7 @@
      this.$dialog.messageConfirm('确认进行该操作吗?')
        .then(() => {
          this.isWorking = true
          editChangePidan({ id: this.model.id, checkInfo: this.form.editCheckInfo, validCode: this.form.editValidCode, pidanFile: this.form.editPidanFile })
          editChangePidan({ id: this.model.id, checkInfo: this.form.editCheckInfo, validCode: this.form.editValidCode, pidanFileList: this.form.editPidanFile })
            .then(response => {
              this.visible = false
              this.$emit('success')