政策征求意见流程 征求意见列表 参数修改
This commit is contained in:
+2
-2
@@ -382,7 +382,7 @@ export default {
|
|||||||
},
|
},
|
||||||
addModelForm (row) {
|
addModelForm (row) {
|
||||||
if (this.addOrEdit == 'add') {
|
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) {
|
if (res.ok) {
|
||||||
this.$message.success('操作成功')
|
this.$message.success('操作成功')
|
||||||
}else {
|
}else {
|
||||||
@@ -391,7 +391,7 @@ export default {
|
|||||||
}, e => {
|
}, e => {
|
||||||
})
|
})
|
||||||
} else if (this.addOrEdit == 'edit') {
|
} 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) {
|
if (res.ok) {
|
||||||
this.$message.success('操作成功')
|
this.$message.success('操作成功')
|
||||||
}else {
|
}else {
|
||||||
|
|||||||
Reference in New Issue
Block a user