lkk
2024-12-13 a65e5b04d64edb3318d0dfdc46bc5c83e133eaa6
重置修改
2个文件已修改
21 ■■■■■ 已修改文件
src/views/hosp/order/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/biol/index.vue 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/order/index.vue
@@ -1945,6 +1945,7 @@
        djendTime: null,
        bgbeginTime: null,
        bgendTime: null,
        dw: null
      };
      this.resetForm("form");
    },
src/views/system/biol/index.vue
@@ -1195,6 +1195,26 @@
    },
    /** 重置按钮操作 */
    resetQuery() {
      this.queryParams = {
        pageNum: 1,
        pageSize: 10,
        orderByColumn: "createTime",
        isAsc: "desc",
        tjType: undefined,
        tjNumber: undefined,
        firmId: undefined,
        createTime: undefined,
        finishTime: undefined,
        reportTime: undefined,
        djbeginTime: undefined,
        djendTime: undefined,
        name: undefined,
        tjNum: undefined,
        dyzt: "0",
        compId: null,
        dw:null,
        tjCompName:''
      }
      this.createTimeList = [];
      this.resetForm("queryForm");
      this.handleQuery();