Sfoglia il codice sorgente

feat: 解决,服务管理,反馈列表,翻页面,回到之前界面数据不刷新

332777428@qq.com 2 mesi fa
parent
commit
6b87bb7b53
2 ha cambiato i file con 22 aggiunte e 17 eliminazioni
  1. 20 17
      src/router/index.js
  2. 2 0
      src/views/operation/feedbacklist/index.vue

+ 20 - 17
src/router/index.js

@@ -594,6 +594,26 @@ export const dynamicRoutes = [
     }]
   },
 
+  // 反馈列表
+  {
+    name: 'operationFeedbacklist',
+    path: '/operation',
+    component: Layout,
+    hidden: true,
+    permissions: ['operation:feedbacklist:list'],
+    children: [{
+      name: 'operationFeedbacklistDetail',
+      path: 'feedback/feedbacklist/detail',
+      component: () => import('@/views/operation/feedbacklist/detail'),
+      meta: {
+        title: '反馈详情',
+        activeMenu: '/operation/feedback/feedbacklist'
+      }
+    }]
+  },
+
+
+
 
 
 
@@ -796,23 +816,6 @@ export const dynamicRoutes = [
 
 
 
-  // 反馈列表
-  {
-    path: '/operation',
-    component: Layout,
-    hidden: true,
-    permissions: ['operation:feedbacklist:list'],
-    name: 'feedbacklist',
-    children: [{
-      path: 'feedback/feedbacklist/detail',
-      component: () => import('@/views/operation/feedbacklist/detail'),
-      name: 'feedbacklistDetail',
-      meta: {
-        title: '反馈详情',
-        activeMenu: '/operation/feedback/feedbacklist'
-      }
-    }]
-  },
   // 门店管理
   {
     path: '/operation',

+ 2 - 0
src/views/operation/feedbacklist/index.vue

@@ -1,3 +1,4 @@
+<!-- 运营管理 反馈列表 -->
 <template>
   <div class='app-container'>
     <!-- 搜索 -->
@@ -56,6 +57,7 @@
 <script>
 import { list, typeList } from '@/api/operation/feedbacklist'
 export default {
+  name:"OperationFeedbacklist",
   data() {
     return {
       // 遮罩层