对接政策征求意见流程

This commit is contained in:
范强强
2023-10-19 13:57:28 +08:00
parent 6dfa9f7b9b
commit 5fdbdd467c
@@ -503,6 +503,7 @@
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,