瀏覽代碼

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

002390 1 年之前
父節點
當前提交
d0be2cad8f
共有 1 個文件被更改,包括 29 次插入2 次删除
  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();
       },
       // 多选框选中数据