流程发起接口改变

This commit is contained in:
宋伟佳
2021-12-21 21:54:43 +08:00
parent 516bbfd5af
commit f9de7cf1f3
5 changed files with 5 additions and 5 deletions
@@ -562,7 +562,7 @@
this.$refs['Form'].validate((valid) => {
if (valid) {
this.isSubmit = true
this.$http.get('lawss/activiti/startProcess', {
this.$http.post('lawss/activiti/startProcessRollBack', {
type: '2'
}, {}, res => {
if (res.ok) {
@@ -559,7 +559,7 @@ export default {
this.$refs['Form'].validate((valid) => {
if (valid) {
this.isSubmit = true
this.$http.get('lawss/activiti/startProcessRollBack', {
this.$http.post('lawss/activiti/startProcessRollBack', {
id: this.bpnId || '',
createUser: this.$store.getters.userInfo.userId,
createUserName: this.$store.getters.userInfo.userName,
@@ -1181,7 +1181,7 @@
this.$message.warning('请选择责任人')
} else {
this.isSubmit = true
this.$http.get('lawss/activiti/startProcess', {
this.$http.post('lawss/activiti/startProcessRollBack', {
type: '9'
}, {}, res => {
if (res.ok) {
@@ -813,7 +813,7 @@ export default {
this.$refs['Form'].validate((valid) => {
if (valid) {
this.isSubmit = true
this.$http.get('lawss/activiti/startProcess', {
this.$http.post('lawss/activiti/startProcessRollBack', {
type: '3'
}, {}, res => {
if (res.ok) {
@@ -829,7 +829,7 @@ export default {
this.$refs['Form'].validate((valid) => {
if (valid) {
this.isSubmit = true
this.$http.get('lawss/activiti/startProcess', {
this.$http.post('lawss/activiti/startProcessRollBack', {
id: this.bpnId || '',
createUser: this.$store.getters.userInfo.userId,
createUserName: this.$store.getters.userInfo.userName,