From 2c8bdd3766117294c53bb769ad200db116c3cfe9 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 28 Feb 2022 09:23:53 +0800 Subject: [PATCH] BUG 27502 --- src/project/shandong10086/AppDocumentFlow/AppDocumentFlow.vue | 2 +- .../shandong10086/AppDocumentFlow/{components => }/approval.vue | 0 .../shandong10086/AppDocumentFlow/{components => }/detail.vue | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/project/shandong10086/AppDocumentFlow/{components => }/approval.vue (100%) rename src/project/shandong10086/AppDocumentFlow/{components => }/detail.vue (99%) diff --git a/src/project/shandong10086/AppDocumentFlow/AppDocumentFlow.vue b/src/project/shandong10086/AppDocumentFlow/AppDocumentFlow.vue index 54137c00..1f1f8ca7 100644 --- a/src/project/shandong10086/AppDocumentFlow/AppDocumentFlow.vue +++ b/src/project/shandong10086/AppDocumentFlow/AppDocumentFlow.vue @@ -75,7 +75,7 @@ export default { }, handleClick({id}) { uni.navigateTo({ - url: "/pages/documentFlow/components/detail?id=" + id + url: "./detail?id=" + id }) } }, diff --git a/src/project/shandong10086/AppDocumentFlow/components/approval.vue b/src/project/shandong10086/AppDocumentFlow/approval.vue similarity index 100% rename from src/project/shandong10086/AppDocumentFlow/components/approval.vue rename to src/project/shandong10086/AppDocumentFlow/approval.vue diff --git a/src/project/shandong10086/AppDocumentFlow/components/detail.vue b/src/project/shandong10086/AppDocumentFlow/detail.vue similarity index 99% rename from src/project/shandong10086/AppDocumentFlow/components/detail.vue rename to src/project/shandong10086/AppDocumentFlow/detail.vue index 088a1c7b..2cbc6361 100644 --- a/src/project/shandong10086/AppDocumentFlow/components/detail.vue +++ b/src/project/shandong10086/AppDocumentFlow/detail.vue @@ -182,7 +182,7 @@ export default { handleClick(status) { if (status == 0) { uni.navigateTo({ - url: "/pages/documentFlow/components/approval?id=" + this.id + url: "./approval?id=" + this.id }) } else { this.userSelect = true