|
|
|
@ -363,25 +363,21 @@
|
|
|
|
|
materialStorageId: this.$route.query.materialStorageId, |
|
|
|
|
del_flag: 0 |
|
|
|
|
}, |
|
|
|
|
getAction(this.url.list,this.queryParam).then((res)=>{ |
|
|
|
|
if(res.success){ |
|
|
|
|
// console.log("resultsearch :") |
|
|
|
|
// console.log(res.result); |
|
|
|
|
// console.log(this.queryParam) |
|
|
|
|
this.dataSource=res.result.records; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
loadData(){ |
|
|
|
|
getAction(this.url.list,this.queryParam).then((res)=>{ |
|
|
|
|
if(res.success){ |
|
|
|
|
console.log("result :") |
|
|
|
|
console.log(res.result) |
|
|
|
|
console.log(this.queryParam) |
|
|
|
|
this.dataSource=res.result.records; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.loadData(1); |
|
|
|
|
|
|
|
|
|
// getAction(this.url.list,this.queryParam).then((res)=>{ |
|
|
|
|
// if(res.success){ |
|
|
|
|
// this.dataSource=res.result.records; |
|
|
|
|
// } |
|
|
|
|
// }); |
|
|
|
|
}, |
|
|
|
|
// loadData(){ |
|
|
|
|
// getAction(this.url.list,this.queryParam).then((res)=>{ |
|
|
|
|
// if(res.success){ |
|
|
|
|
// this.dataSource=res.result.records; |
|
|
|
|
// } |
|
|
|
|
// }); |
|
|
|
|
// }, |
|
|
|
|
getSuperFieldList(){ |
|
|
|
|
let fieldList=[]; |
|
|
|
|
fieldList.push({type:'string',value:'supplier',text:'供应商',dictCode:''}) |
|
|
|
|