diff --git a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/StorageStatusMapper.xml b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/StorageStatusMapper.xml index e7982487..db1d6573 100644 --- a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/StorageStatusMapper.xml +++ b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/StorageStatusMapper.xml @@ -280,22 +280,24 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" rid.ma_id \ No newline at end of file diff --git a/sgzb-ui/src/views/stquery/deviceStatusRecord.vue b/sgzb-ui/src/views/stquery/deviceStatusRecord.vue index 961221b3..66dd412e 100644 --- a/sgzb-ui/src/views/stquery/deviceStatusRecord.vue +++ b/sgzb-ui/src/views/stquery/deviceStatusRecord.vue @@ -351,7 +351,7 @@ clearable :maxlength="30" style="width: 240px" - @keyup.enter.native="handleDialogQuery" + @keyup.enter.native="handleDialogAllQuery" /> @@ -360,7 +360,7 @@ type="primary" icon="el-icon-search" size="mini" - @click="handleDialogQuery" + @click="handleDialogAllQuery" >查询 @@ -644,6 +644,10 @@ export default { this.queryParams.pageNum = 1 this.getUseMaCodeList() }, + handleDialogAllQuery() { + this.queryParams.pageNum = 1 + this.getAllRecords() + }, /** 重置按钮操作 */ resetQuery() { this.queryParams.time = []