政策征求意见流程 征求意见列表 参数修改

This commit is contained in:
baoyu
2024-04-11 17:32:13 +08:00
parent 917e17ec6c
commit 17f23da793
@@ -382,7 +382,7 @@ export default {
},
addModelForm (row) {
if (this.addOrEdit == 'add') {
this.$http.postData('lawss/activiti/insertPolicitOpinionEOList', { ...row, prcId: this.$route.query.prcId, userId: this.$store.getters.userInfo.userId }, { _this: this }, res => {
this.$http.postData('lawss/activiti/insertPolicitOpinionEOList', { ...row, prcId: this.$route.query.prcId, sarLawsInfoId: this.$parent.dataForm.lawsId }, { _this: this }, res => {
if (res.ok) {
this.$message.success('操作成功')
}else {
@@ -391,7 +391,7 @@ export default {
}, e => {
})
} else if (this.addOrEdit == 'edit') {
this.$http.postData('lawss/activiti/updatePolicitOpinionEOList', { ...row, prcId: this.$route.query.prcId, userId: this.$store.getters.userInfo.userId }, { _this: this }, res => {
this.$http.putData('lawss/activiti/updatePolicitOpinionEOList', { ...row, prcId: this.$route.query.prcId, sarLawsInfoId: this.$parent.dataForm.lawsId }, { _this: this }, res => {
if (res.ok) {
this.$message.success('操作成功')
}else {