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