|
@@ -301,7 +301,7 @@ export default {
|
|
// this.queryParam.pageSize = 20
|
|
// this.queryParam.pageSize = 20
|
|
supplierList(this.queryParam).then(res => {
|
|
supplierList(this.queryParam).then(res => {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
- this.suplierListData = res.result;
|
|
|
|
|
|
+ this.suplierListData = res.result.records;
|
|
this.loading = false
|
|
this.loading = false
|
|
this.pagination = {
|
|
this.pagination = {
|
|
total: res.result.total,
|
|
total: res.result.total,
|