diff --git a/public/code/list/index.vue b/public/code/list/index.vue index 2a8d2d5c..3b0687cb 100644 --- a/public/code/list/index.vue +++ b/public/code/list/index.vue @@ -16,8 +16,8 @@
@@ -155,7 +155,7 @@ this.selection = selection; }, //搜索 - upsearch(){ + handleQuery(){ } } diff --git a/src/components/scOpl/scFire.vue b/src/components/scOpl/scFire.vue index da977256..b4b7fbb1 100644 --- a/src/components/scOpl/scFire.vue +++ b/src/components/scOpl/scFire.vue @@ -1,6 +1,56 @@ - + --> - -
气体检测记录
- + @@ -240,6 +285,7 @@ > + diff --git a/src/components/scSelect/userselect.vue b/src/components/scSelect/userselect.vue index 4d4f2905..97b4709b 100644 --- a/src/components/scSelect/userselect.vue +++ b/src/components/scSelect/userselect.vue @@ -59,15 +59,15 @@
@@ -140,9 +140,6 @@ apiObj: [], query: {}, selection: [], - search: { - keyword: null, - }, filterText: "", filterTexts: "", deptdata: [], @@ -209,9 +206,9 @@ this.apiObj = res; }); }, - upsearch() { + handleQuery() { this.$API.system.user.list - .req({name: this.search.keyword, page: 0}) + .req(this.query) .then((res) => { this.apiObj = res; }); diff --git a/src/config/route.js b/src/config/route.js index e14cda25..0595d029 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -107,7 +107,7 @@ const routes = [ "name": "eventhandlefrom", "path": "/ecm/event_handlefrom", "meta": { - "title": "处理作业", + "title": "处理事件", "icon": "el-icon-menu", "hidden": true, }, @@ -602,14 +602,14 @@ const routes = [ } , { - "name": "certificates", - "path": "/hrm/certificates", + "name": "certificate", + "path": "/hrm/certificate", "meta": { "title": "证书列表", "icon": "el-icon-tickets", - "perms": ["certificates"] + "perms": ["certificate"] }, - "component": "hrm/certificates" + "component": "hrm/certificate" } , { diff --git a/src/layout/components/userbar.vue b/src/layout/components/userbar.vue index 3bc85694..8d783216 100644 --- a/src/layout/components/userbar.vue +++ b/src/layout/components/userbar.vue @@ -1,8 +1,8 @@