|
|
@@ -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 |
|
|
|