fix[example]: fixed create.vue cache error
https://github.com/PanJiaChen/vue-element-admin/issues/2608pull/2012/merge^2
							parent
							
								
									4342032fb9
								
							
						
					
					
						commit
						d571715c3d
					
				|  | @ -172,8 +172,6 @@ export default { | |||
|     if (this.isEdit) { | ||||
|       const id = this.$route.params && this.$route.params.id | ||||
|       this.fetchData(id) | ||||
|     } else { | ||||
|       this.postForm = Object.assign({}, defaultForm) | ||||
|     } | ||||
| 
 | ||||
|     // Why need to make a copy of this.$route here? | ||||
|  |  | |||
|  | @ -6,7 +6,7 @@ | |||
| import ArticleDetail from './components/ArticleDetail' | ||||
| 
 | ||||
| export default { | ||||
|   name: 'CreateForm', | ||||
|   name: 'CreateArticle', | ||||
|   components: { ArticleDetail } | ||||
| } | ||||
| </script> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 花裤衩
						花裤衩