Commit 2999e6c4 authored by 薄玉虎's avatar 薄玉虎

Merge branch 'develop' of http://git.censoft.com.cn/BCDH-HSE/bcdh-app into develop

parents f52ee6e1 b944ff54
......@@ -233,8 +233,8 @@ export default {
let formdata = new FormData();
formdata.append("confirmResult", this.radio);
formdata.append("endTime", values.endTime);
formdata.append("rectificationUser", this.rectId);
formdata.append("rectificationReview", this.reviewId);
formdata.append("rectificationUser", this.rectificationUser);
formdata.append("rectificationReview", this.rectificationReview);
formdata.append("confirmOpinion", values.confirmOpinion);
this.$toast.loading({
message: "提交中...",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment