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;