Browse Source

1. 优化

MONSTER-ygh 1 năm trước cách đây
mục cha
commit
144c767486
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/distribution/detailMr/index.vue

+ 2 - 2
src/views/distribution/detailMr/index.vue

@@ -207,10 +207,10 @@ export default {
     /** 重置按钮操作 */
     resetQuery() {
       this.dateRange = [];
-      this.$set(this.queryParams, 'id', '');
       this.$set(this.queryParams, 'time', []);
       this.$set(this.queryParams, 'serialContent', '');
-      this.$set(this.queryParams, 'incomeExpenses', '');
+      this.$set(this.queryParams, 'personsName', '');
+      this.$set(this.queryParams, 'serialType', '');
       this.queryParams.pageNum = 1;
       this.handleQuery();
     },