Browse Source

Merge branch 'sit'

xiaodai2022 2 years ago
parent
commit
8cc68401d7

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


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


File diff suppressed because it is too large
+ 124 - 0
dist/static/js/chunk-libs.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);
       };
     },
-  },
-  data() {
-    return {
-      // 表格选中项
-      tableSelection: [],
-    };
-  },
-  computed: {
     page_curr() {
       return this.page.curr;
     },
@@ -285,6 +277,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