|
@@ -278,7 +278,7 @@ export default {
|
|
},
|
|
},
|
|
getSupplierList() {
|
|
getSupplierList() {
|
|
var params = {}
|
|
var params = {}
|
|
- getAction('/ctop/supplierList/list').then((res) => {
|
|
|
|
|
|
+ getAction('/ctop/supplierList/list',{pageNo:1,pageSize:100}).then((res) => {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
this.supplierList = res.result.records
|
|
this.supplierList = res.result.records
|
|
} else {
|
|
} else {
|