|
|
@ -576,7 +576,8 @@ export default { |
|
|
this.searchData.page = this.pageIndex |
|
|
this.searchData.page = this.pageIndex |
|
|
let params = { |
|
|
let params = { |
|
|
...this.searchData, |
|
|
...this.searchData, |
|
|
createBy:this.$store.state.user.name |
|
|
|
|
|
|
|
|
menuId: '102001', |
|
|
|
|
|
createBy: this.$store.state.user.name |
|
|
} |
|
|
} |
|
|
if (!this.defaultFlag){ |
|
|
if (!this.defaultFlag){ |
|
|
params.quotationNo = this.quotationNo === ""?"*":this.quotationNo; |
|
|
params.quotationNo = this.quotationNo === ""?"*":this.quotationNo; |
|
|
|