Sfoglia il codice sorgente

app 会议管理

应县
yxq 1 anno fa
parent
commit
78867f92e2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingManagement/singleFlow.vue

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingManagement/singleFlow.vue Vedi File

@@ -142,7 +142,7 @@ export default {
},
// 获取表单数据
getFormData(ProcessId){
return this.HTTP_GET("learun/adms/purchaseservice/shList",{ProcessId},"加载数据时出错").then(async res=>{
return this.HTTP_GET("learun/adms/PersonnelManagement/MeetingManagement/shList",{ProcessId},"加载数据时出错").then(async res=>{
if(res){
// res.F_SourceName = res.F_SourceName&&this.GET_GLOBAL('department')[res.F_SourceName]? this.GET_GLOBAL('department')[res.F_SourceName].name : res.F_SourceName
this.formData = res


Caricamento…
Annulla
Salva