Explorar el Código

修复申请权限选择品种页面权限选中态同步问题

jwyu hace 3 años
padre
commit
e920b55492
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages-applyPermission/selectVariety.vue

+ 1 - 1
pages-applyPermission/selectVariety.vue

@@ -36,8 +36,8 @@ export default {
         // 监听上个页面传来的已经选择的权限
         eventChannel.on('hasPermissionData', (data) =>{
             beforePagePermission=data.data
+            this.getList(beforePagePermission)
         })
-        this.getList(beforePagePermission)
     },
     methods: {
         handleSelect(index){