|
@@ -258,7 +258,7 @@ export default {
|
|
getSupplierList(){
|
|
getSupplierList(){
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
// this.queryParam.pageSize = 20
|
|
// this.queryParam.pageSize = 20
|
|
- supplierList({supplier:this.queryParam.supplier}).then(res => {
|
|
|
|
|
|
+ supplierList(this.queryParam).then(res => {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
this.suplierListData = res.result;
|
|
this.suplierListData = res.result;
|
|
this.loading = false
|
|
this.loading = false
|