Ver Fonte

修复品牌查询非第一页,查询有问题

udream-cxs há 4 anos atrás
pai
commit
7f1e87bf12

+ 9 - 1
src/apps/mobile/components/header/leftside.vue

@@ -340,7 +340,7 @@ export default {
         payment: false,
         sensitiveWord: false,
         shop: false,
-        authority: true,
+        authority: false,
         personnel: false
       },
       Enterprise:{
@@ -434,6 +434,9 @@ export default {
       personnel:{
         personnel1:false,
         personnel2:false,
+      },
+      authority:{
+        authority1:false,
       }
     };
   },
@@ -675,6 +678,11 @@ export default {
           this.menuList.shop = true;
         }  else if (item.id == 290) {
           this.menuList.authority = true;
+          item.children?item.children.map((a)=>{
+            if(a.id==340){
+              this.authority.authority1=true
+            }
+          }):''
         }  else if (item.id == 291) {
           this.menuList.personnel = true;
           item.children?item.children.map((a)=>{

+ 1 - 0
src/apps/mobile/views/data-bank/brands/brand/brand.vue

@@ -201,6 +201,7 @@ export default {
                 .catch();
         },
         querySearch() {
+            this.page.pageNum = 1;
             this.queryListData();
         },
         reset() {