@@ -237,7 +237,7 @@ export default {
loadData: parameter => {
this.disabled = true
this.spinning = true
- return allocateBillList(Object.assign(parameter, this.queryParam)).then(res => {
+ return allocateBillList(Object.assign(parameter, this.queryParam, {authWarehouseFlag: 0})).then(res => {
let data
if (res.status == 200) {
data = res.data
@@ -183,7 +183,7 @@ export default {
- return allocateReturnQueryPage(Object.assign(parameter, this.queryParam)).then(res => {
+ return allocateReturnQueryPage(Object.assign(parameter, this.queryParam,{authWarehouseFlag: 0})).then(res => {