撤销
This commit is contained in:
@@ -1062,7 +1062,18 @@ export default {
|
|||||||
this.$refs["Form"].validate((valid) => {
|
this.$refs["Form"].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
this.isSubmit = true
|
this.isSubmit = true
|
||||||
this.$http.get("lawss/activiti/startProcess", {type: "4"}, {
|
this.$http.post("lawss/activiti/startProcessRollBack", {
|
||||||
|
id: this.bpnId || '',
|
||||||
|
createUser: this.$store.getters.userInfo.userId,
|
||||||
|
createUserName: this.$store.getters.userInfo.userName,
|
||||||
|
type: '4',
|
||||||
|
json: JSON.stringify({
|
||||||
|
taskInfo: '引入法规标准清单',
|
||||||
|
form: this.listForm,
|
||||||
|
roleForm: this.roleForm,
|
||||||
|
commentText: this.commentText
|
||||||
|
})
|
||||||
|
}, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
|
|||||||
@@ -186,7 +186,16 @@ export default {
|
|||||||
this.$refs["Form"].validate((valid) => {
|
this.$refs["Form"].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
this.isSubmit = true
|
this.isSubmit = true
|
||||||
this.$http.get("lawss/activiti/startProcess", {type: "14"}, {
|
this.$http.post("lawss/activiti/startProcessRollBack", {
|
||||||
|
id: this.bpnId || '',
|
||||||
|
createUser: this.$store.getters.userInfo.userId,
|
||||||
|
createUserName: this.$store.getters.userInfo.userName,
|
||||||
|
type: '14',
|
||||||
|
json: JSON.stringify({
|
||||||
|
taskInfo: '责任部门对接人选择责任人',
|
||||||
|
roleForm: this.roleForm,
|
||||||
|
})
|
||||||
|
}, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
|
|||||||
Reference in New Issue
Block a user