xiaodai2022 2 years ago
parent
commit
b92540a9b2

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.b078f5fc.css


BIN
dist/static/css/app.a3afd054.css.gz → dist/static/css/app.b078f5fc.css.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.233fe099.js


BIN
dist/static/js/app.233fe099.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.54fcfd46.js


BIN
dist/static/js/app.54fcfd46.js.gz


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

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

Some files were not shown because too many files changed in this diff