Ver Fonte

修改供应商数量

朱鑫波 há 3 anos atrás
pai
commit
dd6d141a4e

+ 1 - 1
src/views/modules/advertiser/modules/ProjectModal.vue

@@ -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 {

+ 1 - 1
src/views/modules/advertiser/modules/productModal.vue

@@ -183,7 +183,7 @@
       },
       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 {

+ 1 - 1
src/views/modules/advertiser/modules/projectListModal.vue

@@ -289,7 +289,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 {