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