瀏覽代碼

app 教务采购指派审核人

娄底高职分支
yxq 1 年之前
父節點
當前提交
ac44db8382
共有 1 個文件被更改,包括 3 次插入3 次删除
  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 查看文件

@@ -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…
取消
儲存