diff --git a/src/views/modules/case/typicalcase-list.vue b/src/views/modules/case/typicalcase-list.vue index 595b275c..5db84dc7 100644 --- a/src/views/modules/case/typicalcase-list.vue +++ b/src/views/modules/case/typicalcase-list.vue @@ -39,7 +39,6 @@ - @@ -47,8 +46,6 @@ @@ -66,8 +63,6 @@ @current-change="pageCurrentChangeHandle"> - - @@ -117,14 +112,6 @@ export default { this.getDataList() }, methods: { - // UpdateStateOn (id) { - // this.mixinViewModuleOptions.getDataListURL = '/cloudAnalysis/typicalcase/on' + '/' + id - // this.getDataList() - // }, - // UpdateStateOff (id) { - // this.mixinViewModuleOptions.getDataListURL = '/cloudAnalysis/typicalcase/off' + '/' + id - // this.getDataList() - // }, detailHandle (id) { this.$parent.selectComponent = 'CaseInfoDetailView' this.$router.push({ path: '/case-typicalcase', query: { id: id } })