From f7c6dc512cb35d8a4e7069d03b9076baa67701ab Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 23 十一月 2022 09:10:12 +0800
Subject: [PATCH] 1.解决固定表格滚动条高低像素差
---
src/views/zzmx/jpgj.vue | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/views/zzmx/jpgj.vue b/src/views/zzmx/jpgj.vue
index a506c91..21bd725 100644
--- a/src/views/zzmx/jpgj.vue
+++ b/src/views/zzmx/jpgj.vue
@@ -714,6 +714,14 @@
editRow(row) {
if (this.isEqpTableEdit) {
row.isVisible = 1
+ let temp = {}
+ this.eqpDialogArr.forEach((item, index) => {
+ if (row.eqpcode === item.eqpcode) {
+ temp = item
+ this.eqpDialogArr.splice(index, 1, temp)
+ this.eqpDialogArr[index].isVisible = 1
+ }
+ })
this.isEqpTableEdit = false
} else {
return this.$message.info('鍙兘涓�琛屼竴琛屼慨鏀癸紒')
--
Gitblit v1.9.3