diff --git a/src/views/ReceivingRecords/index.vue b/src/views/ReceivingRecords/index.vue index 5ca310b..e422a2b 100644 --- a/src/views/ReceivingRecords/index.vue +++ b/src/views/ReceivingRecords/index.vue @@ -573,12 +573,20 @@ export default { console.log("时间"); } + + this.rec_index_show = this.permissions["rec_index_show"]; this.rec_index_text = this.permissions["rec_index_text"]; this.rec_index_voice = this.permissions["rec_index_voice"]; this.rec_index_downLoad = this.permissions["rec_index_downLoad"]; }, mounted() { + if(this.$route.query.validInvalid){ + this.searchForm.validInvalid = this.$route.query.validInvalid; + } + if(this.$route.query.markAdvisor){ + this.searchForm.markAdvisor = this.$route.query.markAdvisor; + } // 获取项目列表 this.zkhousePage(); }, diff --git a/src/views/Statistics/index.vue b/src/views/Statistics/index.vue index fd44f50..98d005c 100644 --- a/src/views/Statistics/index.vue +++ b/src/views/Statistics/index.vue @@ -49,7 +49,22 @@ -