Commit a0bd2b9c authored by BlueWhite's avatar BlueWhite

修改整改保存名字

parent b944ff54
...@@ -233,8 +233,8 @@ export default { ...@@ -233,8 +233,8 @@ export default {
let formdata = new FormData(); let formdata = new FormData();
formdata.append("confirmResult", this.radio); formdata.append("confirmResult", this.radio);
formdata.append("endTime", values.endTime); formdata.append("endTime", values.endTime);
formdata.append("rectificationUser", this.rectificationUser); formdata.append("rectificationUser", values.rectificationUser);
formdata.append("rectificationReview", this.rectificationReview); formdata.append("rectificationReview", values.rectificationReview);
formdata.append("confirmOpinion", values.confirmOpinion); formdata.append("confirmOpinion", values.confirmOpinion);
this.$toast.loading({ this.$toast.loading({
message: "提交中...", 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