feat: There is no way the, 补漏提交
This commit is contained in:
@@ -2927,43 +2927,6 @@
|
|||||||
json.applyUpdUserId = this.form.applyUpdUserId
|
json.applyUpdUserId = this.form.applyUpdUserId
|
||||||
json.prcCreateUser = this.form.prcCreateUser
|
json.prcCreateUser = this.form.prcCreateUser
|
||||||
json.prcCreateUserName = this.form.prcCreateUserName
|
json.prcCreateUserName = this.form.prcCreateUserName
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const planForm = {}
|
|
||||||
planForm.id = this.form.planId
|
|
||||||
planForm.reviseStatus = this.form.reviseStatus
|
|
||||||
planForm.standCode = this.form.DTQBBHBUSS
|
|
||||||
planForm.processType = "buss1";
|
|
||||||
this.$http.post("esRevisePlan/es-revise-plan/modPlanByState", planForm, {
|
|
||||||
_this: this
|
|
||||||
}, res => {
|
|
||||||
if (res.ok) {
|
|
||||||
if (res.data === '操作成功') {
|
|
||||||
this.submitLoading = false
|
|
||||||
this.isSubmit = false
|
|
||||||
if (this.$route.query.bpnId !== '') {
|
|
||||||
let taskId = {
|
|
||||||
id: this.$route.query.bpnId
|
|
||||||
}
|
|
||||||
taskDel(taskId).then(res=>{
|
|
||||||
return res
|
|
||||||
})
|
|
||||||
}
|
|
||||||
// 流程提交之后,应该流转至待办任务页面
|
|
||||||
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) } else {
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
this.$message.warning(res.data)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
return
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
this.$http.post('lawss/activiti/startProcessRollBack', {
|
this.$http.post('lawss/activiti/startProcessRollBack', {
|
||||||
createUser: this.$store.getters.userInfo.userId,
|
createUser: this.$store.getters.userInfo.userId,
|
||||||
createUserName: this.$store.getters.userInfo.userName,
|
createUserName: this.$store.getters.userInfo.userName,
|
||||||
@@ -2988,7 +2951,7 @@
|
|||||||
planForm.id = this.form.planId
|
planForm.id = this.form.planId
|
||||||
planForm.reviseStatus = this.form.reviseStatus
|
planForm.reviseStatus = this.form.reviseStatus
|
||||||
planForm.standCode = this.form.DTQBBHBUSS
|
planForm.standCode = this.form.DTQBBHBUSS
|
||||||
planForm.processType = "buss1";
|
planForm.processType = "buss1"
|
||||||
this.$http.post("esRevisePlan/es-revise-plan/modPlanByState", planForm, {
|
this.$http.post("esRevisePlan/es-revise-plan/modPlanByState", planForm, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user