From 232febf29b40995d7cdef2a6e5a7a4c1e8668008 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期一, 03 三月 2025 14:51:42 +0800 Subject: [PATCH] art: 【设备台账-新增】页面,点击“设备所属分类”下拉选项,已经删除的“设备分类”仍显示,有误! --- src/views/eam/modules/malfunctionRepair/EquipmentList.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/eam/modules/malfunctionRepair/EquipmentList.vue b/src/views/eam/modules/malfunctionRepair/EquipmentList.vue index e488ada..cc6d032 100644 --- a/src/views/eam/modules/malfunctionRepair/EquipmentList.vue +++ b/src/views/eam/modules/malfunctionRepair/EquipmentList.vue @@ -163,7 +163,7 @@ }, ], url: { - list: "/eam/equipment/getEquipmentList", + list: "/eam/equipment/getEquipmentTZList", }, } }, @@ -173,7 +173,7 @@ list() { this.selectedRowKeys = []; this.selectedRowRecord = []; - this.queryParam.equipmentStatus = "1" + // this.queryParam.equipmentStatus = "1" this.visible = true; this.loadData(1); }, @@ -190,6 +190,7 @@ onSelectChange(selectedRowKeys, selectedRows) { this.selectedRowKeys = selectedRowKeys; this.selectedRowRecord = selectedRows[0]; + this.handleOk() }, close() { this.queryParam = {}; @@ -224,7 +225,7 @@ this.ipagination.current = 1 } this.onClearSelected() - this.queryParam.equipmentStatus = '1'; + // this.queryParam.equipmentStatus = '1'; var params = this.getQueryParams()//鏌ヨ鏉′欢 this.loading = true getAction(this.url.list, params).then((res) => { @@ -291,7 +292,7 @@ height: 90% !important; overflow-y: hidden; } - .notshow { +.notshow { display: none; } @@ -310,7 +311,7 @@ .dataUnKnow { color: #1890ff; } - .frozenRowClass { +.frozenRowClass { color: #c9c9c9; } </style> \ No newline at end of file -- Gitblit v1.9.3