问答 修改参数

This commit is contained in:
zyx.net
2023-02-20 16:51:48 +08:00
parent 6f0b3c8466
commit c40e57ba4f
@@ -1933,7 +1933,9 @@ export default {
this.handleSelectForm.lawName = ''
this.handleSelectForm.standName = ''
this.handleSelectForm.numberName = ''
this.$http.postData('lawss/activiti/startProcessRollBack',{ str:res.data },
this.$http.postData('lawss/activiti/startProcessRollBack',{
json: JSON.stringify(res.data),
type: '27' },
{
_this: this
}, res => {