From befdac14d48ecbcb7666a750614b5d3da45b7287 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 17 Nov 2025 09:30:27 +0800 Subject: [PATCH] =?UTF-8?q?2025-11-17=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/quotation/toBeQuoted.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/quotation/toBeQuoted.vue b/src/views/modules/quotation/toBeQuoted.vue index f324f5f..9865be7 100644 --- a/src/views/modules/quotation/toBeQuoted.vue +++ b/src/views/modules/quotation/toBeQuoted.vue @@ -576,7 +576,8 @@ export default { this.searchData.page = this.pageIndex let params = { ...this.searchData, - createBy:this.$store.state.user.name + menuId: '102001', + createBy: this.$store.state.user.name } if (!this.defaultFlag){ params.quotationNo = this.quotationNo === ""?"*":this.quotationNo;