wuxw
2020-01-14 69e2baf5518079bfc16cfadc2fb29842fb3de85d
WebService/src/main/resources/components/validatePackage/validate-tel/validate-tel.js
@@ -47,8 +47,9 @@
                                  },
                                 function(json,res){
                                    //vm.menus = vm.refreshMenuActive(JSON.parse(json),0);
                                    if(res.status == 200){
                                        vc.component.errorInfo = json;
                                        vc.component.registerInfo.validateInfo = json;
                                        return ;
                                    }
                                    vc.component.$emit('errorInfoEvent',json);