From 5a750b3828713f59af110301a959ab77730b5a6f Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Mon, 14 Oct 2024 14:05:19 +0800 Subject: [PATCH] 2024-10-14 --- src/views/modules/quotation/toBeQuoted.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/modules/quotation/toBeQuoted.vue b/src/views/modules/quotation/toBeQuoted.vue index dd54506..68eb047 100644 --- a/src/views/modules/quotation/toBeQuoted.vue +++ b/src/views/modules/quotation/toBeQuoted.vue @@ -496,10 +496,14 @@ export default { getDataList () { this.searchData.limit = this.pageSize this.searchData.page = this.pageIndex - let params = JSON.parse(JSON.stringify(this.searchData)) + let params = { + ...this.searchData, + createBy:this.$store.state.user.name + } if (!this.defaultFlag){ params.quotationNo = this.quotationNo === ""?"*":this.quotationNo; } + this.dataListLoading = true; quotationInformationSearch(params).then(({data}) => { if (data.code === 0) {