Browse Source

Merge branch 'dev' of http://172.16.100.139/new-business/drp-web into dev

002390 1 year ago
parent
commit
d0be2cad8f
1 changed files with 29 additions and 2 deletions
  1. 29 2
      src/views/business/spd/bo/gather/index.vue

+ 29 - 2
src/views/business/spd/bo/gather/index.vue

@@ -378,8 +378,35 @@
       },
       /** 重置按钮操作 */
       resetQuery() {
-        this.resetForm("queryForm");
-        this.queryParams.dateRange = null;
+        this.queryParams = {
+          pageNum: 1,
+          pageSize: 10,
+          customer: null,
+          customerName: null,
+          productionLine: null,
+          productionLineName: null,
+          rival: null,
+          rivalName: null,
+          rivalBulk: null,
+          consumableBulk: null,
+          brand: null,
+          brandPortion: null,
+          cooperationStart: null,
+          cooperationEnd: null,
+          sectionKeyPsnname: null,
+          sectionKeyPsnphone: null,
+          hospitalKeyPsnname: null,
+          hospitalKeyPsnphone: null,
+          rivalKeyPsnname: null,
+          rivalKeyPsnphone: null,
+          idea: null,
+          chance: null,
+          tenantId: null,
+          revision: null,
+          dateRange: null,
+          staff: this.$store.state.user.id,
+          dateRange: null,
+        },
         this.handleQuery();
       },
       // 多选框选中数据