Browse Source

Merge branch 'develop_yh32' of jianguan-web/qpls-md-html into pre-release

李磊 1 year ago
parent
commit
cf8782dc33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/allocationManagement/chainTransferOut/edit.vue

+ 1 - 1
src/views/allocationManagement/chainTransferOut/edit.vue

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