diff --git a/sgzb-ui/src/views/base/assetAttributeAllocation/index.vue b/sgzb-ui/src/views/base/assetAttributeAllocation/index.vue
index 49ea107f..fc3a53ad 100644
--- a/sgzb-ui/src/views/base/assetAttributeAllocation/index.vue
+++ b/sgzb-ui/src/views/base/assetAttributeAllocation/index.vue
@@ -6,7 +6,7 @@
{
this.tableData = res.data
diff --git a/sgzb-ui/src/views/repairTest/repair/index.vue b/sgzb-ui/src/views/repairTest/repair/index.vue
index 51cc8fbc..c515d382 100644
--- a/sgzb-ui/src/views/repairTest/repair/index.vue
+++ b/sgzb-ui/src/views/repairTest/repair/index.vue
@@ -588,7 +588,9 @@ export default {
/** 查询字典类型列表 */
getList() {
this.loading = true;
- getRepairTaskListApi(this.addDateRange(this.queryParams, this.dateRange)).then(
+ this.queryParams.startTime = this.dateRange[0]
+ this.queryParams.endTime = this.dateRange[1]
+ getRepairTaskListApi(this.queryParams).then(
(response) => {
this.typeList = response.rows;
this.total = response.total;
@@ -711,7 +713,7 @@ export default {
type: this.dialogQueryParams.type,
}
// this.loading = true;
- getRepairMaTypeListApi(this.addDateRange(params)).then(res => {
+ getRepairMaTypeListApi(params).then(res => {
if (res.code == 200) {
this.repairList = res.rows;
this.dialogTotal = res.total;
diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue
index 932cb07c..9d86472d 100644
--- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue
+++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue
@@ -48,6 +48,7 @@
已验收合格
已入库
待审核
+ 已驳回