diff --git a/src/views/yinnong/doneCompleted/completedNew.vue b/src/views/yinnong/doneCompleted/completedNew.vue index dda2fa97..48bc3e5e 100644 --- a/src/views/yinnong/doneCompleted/completedNew.vue +++ b/src/views/yinnong/doneCompleted/completedNew.vue @@ -111,7 +111,8 @@ } }, getList() { - // this.$set(this.queryParams, "systemType", '4'); + this.$set(this.queryParams, "systemType", '4'); + this.$set(this.queryParams, "deptId", this.$store.state.user.deptId); let _this = this; if(this.loading){ setTimeout(() => { diff --git a/src/views/yinnong/doneCompleted/doneNew.vue b/src/views/yinnong/doneCompleted/doneNew.vue index 7c7eb344..51e9eccd 100644 --- a/src/views/yinnong/doneCompleted/doneNew.vue +++ b/src/views/yinnong/doneCompleted/doneNew.vue @@ -98,7 +98,8 @@ done.vue