diff --git a/src/views/hrm/employee.vue b/src/views/hrm/employee.vue index 6765deea..9926c3f7 100644 --- a/src/views/hrm/employee.vue +++ b/src/views/hrm/employee.vue @@ -225,7 +225,7 @@ export default { }; }, mounted() { - this.getBltList(); + // this.getBltList(); }, methods: { //人员证书添加 @@ -358,7 +358,7 @@ export default { getBltList() { let that = this; - that.$API.third.tdevice.list.req({ type: 30, page: 0 }).then((res) => { + that.$API.third.tdevice.list.req({ type: 30, page: 0, state: 'unused'}).then((res) => { that.tdevice = res; that.bltList = res.filter((item) => { return item.employee_ === null; diff --git a/src/views/rpm/rpj_show.vue b/src/views/rpm/rpj_show.vue index 99a05d32..bb332bd8 100644 --- a/src/views/rpm/rpj_show.vue +++ b/src/views/rpm/rpj_show.vue @@ -1,41 +1,24 @@