对接政策征求意见流程
This commit is contained in:
@@ -503,6 +503,7 @@
|
|||||||
let _formData = new FormData();
|
let _formData = new FormData();
|
||||||
this.$refs.solicitationListRef.save((row,ids)=>{
|
this.$refs.solicitationListRef.save((row,ids)=>{
|
||||||
_formData.append("taskIds", this.$route.query.taskIds);
|
_formData.append("taskIds", this.$route.query.taskIds);
|
||||||
|
_formData.append("currentUserId", this.$store.getters.userInfo.userId);
|
||||||
_formData.append("json", JSON.stringify({
|
_formData.append("json", JSON.stringify({
|
||||||
form: this.dataForm,
|
form: this.dataForm,
|
||||||
commentText: this.commentText,
|
commentText: this.commentText,
|
||||||
|
|||||||
Reference in New Issue
Block a user