PAMapp/pages/recommendConsultant/index.vue
@@ -240,7 +240,10 @@ ////////////////////////////////////////////////////////////////////// mounted() { if (!!this.recommendConsultantItem) { this.strictQueryDto = JSON.parse(this.recommendConsultantItem); this.strictQueryDto = { ...this.strictQueryDto, ...JSON.parse(this.recommendConsultantItem) }; } }