Browse Source

2026-01-13

优化
master
fengyuan_yang 2 days ago
parent
commit
b713d1e1d3
  1. 2
      src/views/modules/quote/index.vue

2
src/views/modules/quote/index.vue

@ -613,6 +613,8 @@ export default {
no: this.no,
size: this.size,
}
//
this.currentQuote = {}
this.searchLoading = true
queryQuotePage(params).then(({data})=>{
if (data && data.code === 0){

Loading…
Cancel
Save