소스 검색

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) {


불러오는 중...
취소
저장