From e5da2446561224d48b9e65a5fcf09a7ee61ab2a8 Mon Sep 17 00:00:00 2001 From: yxq Date: Thu, 31 Aug 2023 10:29:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?app=20=E5=90=8E=E5=8B=A4=E6=8A=A5=E8=B4=A6b?= =?UTF-8?q?ug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LogisticsapplyManagement/Purchase_Edu_Apply/single.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, From d8578ba539c9afe2fcf0513a6783a0823b7854a0 Mon Sep 17 00:00:00 2001 From: yxq Date: Thu, 31 Aug 2023 10:35:52 +0800 Subject: [PATCH 2/2] =?UTF-8?q?app=20=E5=B7=AE=E6=97=85=E6=8A=A5=E8=B4=A6b?= =?UTF-8?q?ug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Purchase_Travel_Apply/details.vue | 8 ++++---- .../Purchase_Travel_Apply/singleFlow.vue | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) 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 }, // 保存表单