From 5e0689edea4e2b468e559bd371b17665a2171b9e Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 8 Aug 2023 20:12:47 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subpkg/archivesDetail/archivesDetail.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/subpkg/archivesDetail/archivesDetail.vue b/subpkg/archivesDetail/archivesDetail.vue index fabb0f1..659ce6d 100644 --- a/subpkg/archivesDetail/archivesDetail.vue +++ b/subpkg/archivesDetail/archivesDetail.vue @@ -127,7 +127,6 @@ }, data() { return { - listMap: new Map(), tabLists: [{ name: '基本信息', }, { @@ -157,7 +156,6 @@ }, onLoad(options) { this.initInformationDetails({ id: options.id }); - this.initMap(); }, onShow() {}, computed: { @@ -168,11 +166,6 @@ } }, methods: { - initMap() { - comonentList.forEach(item => { - this.listMap.set(item.id, item.name); - }) - }, async initInformationDetails(id) { let res = await informationDetails(id); this.$u.sleep(500).then(()=>{ From 1689088c6aaedbbff9ad68f2904fcb634ffb3faf Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 8 Aug 2023 20:12:52 +0800 Subject: [PATCH 2/3] =?UTF-8?q?Revert=20"=E6=9B=B4=E6=96=B0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 5e0689edea4e2b468e559bd371b17665a2171b9e. --- subpkg/archivesDetail/archivesDetail.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/subpkg/archivesDetail/archivesDetail.vue b/subpkg/archivesDetail/archivesDetail.vue index 659ce6d..fabb0f1 100644 --- a/subpkg/archivesDetail/archivesDetail.vue +++ b/subpkg/archivesDetail/archivesDetail.vue @@ -127,6 +127,7 @@ }, data() { return { + listMap: new Map(), tabLists: [{ name: '基本信息', }, { @@ -156,6 +157,7 @@ }, onLoad(options) { this.initInformationDetails({ id: options.id }); + this.initMap(); }, onShow() {}, computed: { @@ -166,6 +168,11 @@ } }, methods: { + initMap() { + comonentList.forEach(item => { + this.listMap.set(item.id, item.name); + }) + }, async initInformationDetails(id) { let res = await informationDetails(id); this.$u.sleep(500).then(()=>{ From 1785aaa4a23afc6a60c37a69f628689dcf7569d5 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 8 Aug 2023 21:11:35 +0800 Subject: [PATCH 3/3] =?UTF-8?q?Revert=20"=E6=9B=B4=E6=96=B0=E5=85=85?= =?UTF-8?q?=E5=80=BC=E5=92=8C=E6=8F=90=E7=8E=B0=E5=8A=9F=E8=83=BD"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a93d662ce5ed140dfada02b41b632fd0b555f0e5. # Conflicts: # subpkg/topUp/topUp.vue --- components/companyFinance/companyFinance.vue | 6 +- .../districtSelector/districtSelectorTow.vue | 157 ++++++++++++++++++ subpkg/archivesDetail/archivesDetail.vue | 21 ++- subpkg/contract/contract.vue | 14 +- subpkg/newPersonnel/newPersonnel.vue | 6 +- subpkg/topUp/topUp.vue | 4 - subpkg/updateArchives/updateArchives.vue | 50 ++---- subpkg/withdrawDeposit/withdrawDeposit.vue | 20 +-- 8 files changed, 208 insertions(+), 70 deletions(-) create mode 100644 components/districtSelector/districtSelectorTow.vue diff --git a/components/companyFinance/companyFinance.vue b/components/companyFinance/companyFinance.vue index b341599..b8271b4 100644 --- a/components/companyFinance/companyFinance.vue +++ b/components/companyFinance/companyFinance.vue @@ -1,12 +1,12 @@