MONSTER-ygh 1 år sedan
förälder
incheckning
144c767486
1 ändrade filer med 2 tillägg och 2 borttagningar
  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();
     },