Browse Source

2024-10-10

master
qiezi 1 year ago
parent
commit
735bb3aa23
  1. 2
      src/views/modules/quotation/requestForQuote.vue

2
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

Loading…
Cancel
Save