From 6b49be24cfae947148beecbb2a0cfd8e9203d058 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Fri, 20 Jun 2025 17:41:15 +0800 Subject: [PATCH 1/4] no message --- pages/person/index.vue | 4 +++- pages/workBench/index.vue | 2 +- root/person/applyIndex.vue | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/person/index.vue b/pages/person/index.vue index 2b321ac..135ceb5 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -676,7 +676,9 @@ export default { }, getData() { let that = this; - this.G.Get(this.api.user_dataValue, {}, (res) => { + this.G.Get(this.api.user_dataValue, { + classify:1 + }, (res) => { console.log("res", res); if (res) { that.map = res; diff --git a/pages/workBench/index.vue b/pages/workBench/index.vue index d78411e..1c91577 100644 --- a/pages/workBench/index.vue +++ b/pages/workBench/index.vue @@ -220,7 +220,7 @@ export default { pageNum: that.query.page, pageSize: that.query.size, keys: "", - classify: 2, + classify: 1, // classify: that.tabActive + 1, statusStr: that.tabInfo[that.tabActive].childList[that.menuActive].tip, }, diff --git a/root/person/applyIndex.vue b/root/person/applyIndex.vue index d78411e..1c91577 100644 --- a/root/person/applyIndex.vue +++ b/root/person/applyIndex.vue @@ -220,7 +220,7 @@ export default { pageNum: that.query.page, pageSize: that.query.size, keys: "", - classify: 2, + classify: 1, // classify: that.tabActive + 1, statusStr: that.tabInfo[that.tabActive].childList[that.menuActive].tip, }, From 44b000490027e7bc90e0b7184cdfe7c59e2c4313 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Fri, 20 Jun 2025 17:51:08 +0800 Subject: [PATCH 2/4] no message --- pages/person/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/person/index.vue b/pages/person/index.vue index 135ceb5..254af01 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -676,7 +676,8 @@ export default { }, getData() { let that = this; - this.G.Get(this.api.user_dataValue, { + this.G.Get(this.api.user_dataValue + "?classify=1", { + classify:1 }, (res) => { console.log("res", res); From 513af5972f4db2f4e378d726b8e27521188f76ba Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Fri, 20 Jun 2025 17:55:04 +0800 Subject: [PATCH 3/4] no message --- pages/person/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/person/index.vue b/pages/person/index.vue index 254af01..8ea150e 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -677,37 +677,37 @@ export default { getData() { let that = this; this.G.Get(this.api.user_dataValue + "?classify=1", { - classify:1 }, (res) => { console.log("res", res); if (res) { that.map = res; } + let resdata = res.classify1num; that.todayDataList = [ { name: "报名", - num: that.map.agencyData.signUps || 0, + num: resdata.signUps || 0, path: "/root/person/todayData", }, { name: "到面", - num: that.map.agencyData.arrived || 0, + num: resdata.arrived || 0, path: "/root/person/todayData", }, { name: "通过", - num: that.map.agencyData.passed || 0, + num: resdata.passed || 0, path: "/root/person/todayData", }, { name: "入职", - num: that.map.agencyData.entry || 0, + num: resdata.entry || 0, path: "/root/person/todayData", }, { name: "在职", - num: that.map.agencyData.obJob || 0, + num: resdata.obJob || 0, path: "/root/person/todayData", }, ]; From f898749294018540654d31b367c10ee0d5c09eed Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Fri, 20 Jun 2025 18:08:25 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/person/index.vue | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pages/person/index.vue b/pages/person/index.vue index 8ea150e..ab44bd1 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -72,11 +72,10 @@ cusType="num" :height="26" :num="5" - cusTitle="报名工单" + cusTitle="报名工单(我报的)" @clickItem="goOrder" - v-if="false" /> - + /> -->