diff --git a/src/views/modules/case/typicalcase.vue b/src/views/modules/case/typicalcase.vue index bb569152..8fcdecaa 100644 --- a/src/views/modules/case/typicalcase.vue +++ b/src/views/modules/case/typicalcase.vue @@ -19,7 +19,7 @@ - {{"新增典型案例"}} + {{"新增典型案例"}} @@ -90,6 +90,10 @@ export default { detailHandle (id) { this.$parent.selectComponent = 'CaseInfoDetailView' this.$router.push({ path: '/case-typicalcasedetail', query: { id: id } }) + }, + addHandle () { + this.$parent.selectComponent = 'CaseInfoAdd' + this.$router.push({ path: '/case-typicalcase-add-or-update' }) } } }