loki преди 3 години
родител
ревизия
c0b3dbaa2b
променени са 2 файла, в които са добавени 8 реда и са изтрити 2 реда
  1. 4 1
      src/views/systemManagement/accountManagement/index.vue
  2. 4 1
      src/views/systemManagement/roleManagement/index.vue

+ 4 - 1
src/views/systemManagement/accountManagement/index.vue

@@ -28,7 +28,10 @@ export default {
 
   mixins: [
     mxFilterList({
-      fetchList: getPage // 在下方data再声明一个 fetchList: iGetList 同等效果
+      fetchList: getPage, // 在下方data再声明一个 fetchList: iGetList 同等效果
+      internalFilterObj: {
+        isDel: false
+      }
     })
   ],
 

+ 4 - 1
src/views/systemManagement/roleManagement/index.vue

@@ -28,7 +28,10 @@ export default {
 
   mixins: [
     mxFilterList({
-      fetchList: getPage // 在下方data再声明一个 fetchList: iGetList 同等效果
+      fetchList: getPage, // 在下方data再声明一个 fetchList: iGetList 同等效果
+      internalFilterObj: {
+        isDel: false
+      }
     })
   ],