diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Edu_Apply/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Edu_Apply/single.vue index 03138c2e8..7245d4c2e 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Edu_Apply/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Edu_Apply/single.vue @@ -381,7 +381,7 @@ async currentChange(row){ this.currentRow = row this.currentRowDetail = [] - const result = await this.HTTP_GET('learun/adms/purchaseeduapply/formdetail',row.purchaseid) + const result = await this.HTTP_GET('learun/adms/purchaseedu/formdetail',row.purchaseid) if(!result)return this.currentRowDetail = result }, diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/details.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/details.vue index 16092e083..e041d02ff 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/details.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/details.vue @@ -159,10 +159,10 @@ this.fetchList() }, async currentChange(row) { - this.currentRowDetail = [] - const result = await this.HTTP_GET('learun/adms/purchasetravel/formdetail', row.Id) - if (!result) return - this.currentRowDetail = result + // this.currentRowDetail = [] + // const result = await this.HTTP_GET('learun/adms/purchasetravel/formdetail', row.Id) + // if (!result) return + // this.currentRowDetail = result }, async action(type) { switch (type) { diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/singleFlow.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/singleFlow.vue index 3a6ed20c6..a0f53db5b 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/singleFlow.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/singleFlow.vue @@ -240,11 +240,11 @@ export default { }, // 点击某一行 async currentChange(row){ - this.currentRow = row - this.currentRowDetail = [] - const result = await this.HTTP_GET('learun/adms/purchasetravel/formdetail',row.purchaseid) - if(!result)return - this.currentRowDetail = result + // this.currentRow = row + // this.currentRowDetail = [] + // const result = await this.HTTP_GET('learun/adms/purchasetravel/formdetail',row.purchaseid) + // if(!result)return + // this.currentRowDetail = result }, // 保存表单