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, },