@@ -928,6 +928,7 @@ export default {
chainsList({
chainCode: '', // string 经销商编码
chainName: value, // string 经销商名称
+ limit: 100,
})
.then((res) => {
if (res.code == 200 && res.rows) {
@@ -805,6 +805,7 @@ export default {
@@ -819,6 +819,7 @@ export default {