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