Ver Fonte

1. 优化

MONSTER-ygh há 1 ano atrás
pai
commit
144c767486
1 ficheiros alterados com 2 adições e 2 exclusões
  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();
     },