--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -241,7 +241,6 @@ | ... | @@ -241,7 +241,6 @@ |
241 | handleNodeClick (data) { | 241 | handleNodeClick (data) { |
242 | this.loadComponent(data.form); | 242 | this.loadComponent(data.form); |
243 | }, | 243 | }, |
244 | }, | ||
245 | /* | 244 | /* |
246 | 点击登记簿菜单 | 245 | 点击登记簿菜单 |
247 | */ | 246 | */ |
... | @@ -275,6 +274,7 @@ | ... | @@ -275,6 +274,7 @@ |
275 | this.componentTag = (r) => | 274 | this.componentTag = (r) => |
276 | require.ensure([], () => r(require("@/views/registerBook/" + form))); | 275 | require.ensure([], () => r(require("@/views/registerBook/" + form))); |
277 | } | 276 | } |
277 | } | ||
278 | }; | 278 | }; |
279 | </script> | 279 | </script> |
280 | <style scoped lang="scss"> | 280 | <style scoped lang="scss"> | ... | ... |
-
Please register or sign in to post a comment