From 827f664c62be51cab6938bef91fefdcbffed16c1 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Sun, 10 Nov 2024 19:10:04 +0800 Subject: [PATCH] 20241110 --- src/views/modules/quote/quoteDetailReport.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/quote/quoteDetailReport.vue b/src/views/modules/quote/quoteDetailReport.vue index 727e1c5..a1dcf84 100644 --- a/src/views/modules/quote/quoteDetailReport.vue +++ b/src/views/modules/quote/quoteDetailReport.vue @@ -307,7 +307,7 @@ export default { ...this.queryForm, no: this.no, size: this.size, - codeNo: this.currentProperty.codeNo, + codeId: this.currentProperty.id, list, } this.queryLoading = true