diff --git a/pages/person/index.vue b/pages/person/index.vue
index 2b321ac..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"
/>
-
+ /> -->
{
+ 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",
},
];
that.billDataList = [
{
name: "审核中",
- num: that.map.classify2num.num10 || 0,
+ num: that.map.classify1num.num10 || 0,
path: "/root/person/applyIndex?status=1",
},
{
name: "待接待",
- num: that.map.classify2num.num20 || 0,
+ num: that.map.classify1num.num20 || 0,
path: "/root/person/applyIndex?status=2",
},
{
name: "待面试",
- num: that.map.classify2num.num25 || 0,
+ num: that.map.classify1num.num25 || 0,
path: "/root/person/applyIndex?status=3",
},
{
name: "待入职",
- num: that.map.classify2num.num30 || 0,
+ num: that.map.classify1num.num30 || 0,
path: "/root/person/applyIndex?status=4",
},
{
name: "在职中",
- num: that.map.classify2num.num40 || 0,
+ num: that.map.classify1num.num40 || 0,
path: "/root/person/applyIndex?status=5",
},
];
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,
},