对接政策征求意见流程

This commit is contained in:
范强强
2023-10-19 14:01:19 +08:00
parent 5fdbdd467c
commit a5d1efa80d
@@ -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;