From a751e547d67c4f8e2c6fddf958c1559f792515bd Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 27 六月 2025 16:11:50 +0800 Subject: [PATCH] 添加工作流 --- 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