|
@@ -231,7 +231,7 @@ export default {
|
|
|
this.disabled = true
|
|
|
// 箭冠品牌 sysFlag传1,非箭冠品牌传0。与新增时所选调出产品类型有关
|
|
|
this.queryParam.sysFlag = this.basicInfoData.allocationType == 'JIANGUAN' ? '1' : '0'
|
|
|
- const params = Object.assign(parameter, this.queryParam)
|
|
|
+ const params = Object.assign(parameter, this.queryParam, {wasteFlag: 0})
|
|
|
return productQuery(params).then(res => {
|
|
|
const data = res.data
|
|
|
const no = (data.pageNo - 1) * data.pageSize
|