From 8533a2afad0664a87b75da6d8f1b8606b75effee Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Thu, 28 May 2020 17:19:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AD=A6=E6=B0=91=E8=AF=9D=E9=A2=98=E7=9A=84?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E4=BB=A5=E5=8F=8A=E6=9F=A5=E7=9C=8B=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/police/topic-list.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/police/topic-list.vue b/src/views/modules/police/topic-list.vue index 7474739..5a3bf4d 100644 --- a/src/views/modules/police/topic-list.vue +++ b/src/views/modules/police/topic-list.vue @@ -145,7 +145,7 @@ export default { mixinViewModuleOptions: { getDataListURL: '/property/topic/policepage', getDataListIsPage: true, - exportURL: '/property/topic/export' + exportURL: '/property/topic/policeexport' }, closeVisible: false, dataForm: { @@ -231,7 +231,7 @@ export default { }, look (id) { this.$parent.selectComponent = 'TopicDetail' - this.$router.push({ path: '/property-topic', query: { id: id } }) + this.$router.push({ path: '/police-topic', query: { id: id } }) }, getGroupList () { this.$http.get('/property/group/groupList').then(({ data: res }) => {