Browse Source

app 教务采购指派审核人

娄底高职分支
yxq 1 year ago
parent
commit
ac44db8382
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Purchase_Edu/single.vue

+ 3
- 3
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Purchase_Edu/single.vue View File

@@ -333,7 +333,7 @@ export default {
schemeCode: this.code,
processId: this.processId,
}
const url = 'learun/adms/newwf/create'
const url = 'learun/adms/newwf/createnoform'
const tips = `流程发起失败`
this.HTTP_POST(url, postData, tips).then(success => {
this.HIDE_LOADING()
@@ -387,7 +387,7 @@ export default {
schemeCode: this.code,
processId: this.processId,
}
const url = 'learun/adms/newwf/create'
const url = 'learun/adms/newwf/createnoform'
const tips = `流程发起失败`
this.HTTP_POST(url, postData, tips).then(success => {
this.HIDE_LOADING()
@@ -404,7 +404,7 @@ export default {
return
}
this.LOADING('正在提交...')
this.HTTP_POST('learun/adms/purchaseedu/submit', {Id:this.id,ProcessId:this.processId} , '提交失败').then(
this.HTTP_POST('learun/adms/purchaseedu/submit', {Id:this.id, ProcessId:this.processId} , '提交失败').then(
success => {
this.HIDE_LOADING()
if (!success) {


Loading…
Cancel
Save