ysy 2 years ago
parent
commit
377eeed38c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/outsourcing/index.vue

+ 1 - 1
src/views/outsourcing/index.vue

@@ -275,7 +275,7 @@ export default {
         },
 
         releaseRefresh() {
-            this.$refs.table.reload({ page: 1, where });
+            this.$refs.table.reload();
         }