xiaodai2022 пре 2 година
родитељ
комит
4d987c26f2
2 измењених фајлова са 6 додато и 8 уклоњено
  1. 0 0
      dist/static/js/app.js
  2. 6 8
      src/components/globalComponents/ex-table/main.vue

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
dist/static/js/app.js


+ 6 - 8
src/components/globalComponents/ex-table/main.vue

@@ -267,14 +267,6 @@ export default {
         return this.conditions.some((item) => item.prop === col.prop);
         return this.conditions.some((item) => item.prop === col.prop);
       };
       };
     },
     },
-  },
-  data() {
-    return {
-      // 表格选中项
-      tableSelection: [],
-    };
-  },
-  computed: {
     page_curr() {
     page_curr() {
       return this.page.curr;
       return this.page.curr;
     },
     },
@@ -285,6 +277,12 @@ export default {
       return this.page.total;
       return this.page.total;
     },
     },
   },
   },
+  data() {
+    return {
+      // 表格选中项
+      tableSelection: [],
+    };
+  },
   watch: {
   watch: {
     page_curr: function (val) {
     page_curr: function (val) {
       this.page.curr = val;
       this.page.curr = val;

Неке датотеке нису приказане због велике количине промена