From 85dc76f5d008d8ac5ca0b0cd77c77a4c520e1b2f Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 5 Jan 2026 20:35:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EquipmentLedger/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/EquipmentLedger/index.vue b/src/views/EquipmentLedger/index.vue index 2401763f..69bc0226 100644 --- a/src/views/EquipmentLedger/index.vue +++ b/src/views/EquipmentLedger/index.vue @@ -1112,6 +1112,7 @@ export default { this.$refs.queryForm.resetFields() this.queryParams.minOriginalValue = '' this.queryParams.maxOriginalValue = '' + this.queryParams.propertyUnitId = undefined this.queryParams.pageNum = 1 this.getDeviceList() },