Commit 336cfe56 authored by BlueWhite's avatar BlueWhite

修改人员上报

parent f1f18956
......@@ -234,8 +234,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