From cebf735ae01a35b2cf635b9fcfafbbe549601fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B9=8F=E9=A3=9E?= Date: Wed, 26 Feb 2020 21:57:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=9A=E4=BD=99=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/case/typicalcase-list.vue | 13 ------------- 1 file changed, 13 deletions(-) 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 } })