Browse Source

Merge branch 'feature_20250912_主管任务查询经销商接口添加条数限制' into uat(dev)

zhujindu 2 months ago
parent
commit
5c664dfd5a

+ 1 - 0
src/views/week/VisitSummaryAdd.vue

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

+ 1 - 0
src/views/week/allowWriteAgainSummary.vue

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

+ 1 - 0
src/views/week/componVisitSummary.vue

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