From 735bb3aa232623b8ffea3a112e7d58b3bcd6c824 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Thu, 10 Oct 2024 11:01:20 +0800 Subject: [PATCH] 2024-10-10 --- src/views/modules/quotation/requestForQuote.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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