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')