diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue index 5f1e71f..ce4d918 100644 --- a/src/views/modules/quotation/requestForQuote.vue +++ b/src/views/modules/quotation/requestForQuote.vue @@ -2193,7 +2193,7 @@ export default { activated () { if (this.$route.params.type === 'tokenLogin') { if (this.$route.params.docNo) { - this.searchData.quotationNo = this.$route.params.docNo + this.searchData.quotationBatchNo = this.$route.params.docNo } this.searchData.limit = this.pageSize this.searchData.page = this.pageIndex