From 149c1c8c941eee65fd831a89a899130024769722 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 21 May 2026 09:01:18 +0800 Subject: [PATCH] =?UTF-8?q?2026-05-20=20=E5=B7=A5=E5=8D=95=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=99=84=E4=BB=B6=E6=97=B6=E4=B8=B2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/tooling/searchToolApply.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/modules/tooling/searchToolApply.vue b/src/views/modules/tooling/searchToolApply.vue index 7f0da8a..8da350e 100644 --- a/src/views/modules/tooling/searchToolApply.vue +++ b/src/views/modules/tooling/searchToolApply.vue @@ -448,7 +448,7 @@ - + @@ -642,7 +642,7 @@ - + @@ -986,7 +986,7 @@ - + @@ -2577,6 +2577,8 @@ export default { // 审批 editModal(row) { + this.currentRow = JSON.parse(JSON.stringify(row)); + this.currentRow2 = row; this.getNodeAuthority(row) this.checkSuperAdmin() this.dataForm = { @@ -2621,6 +2623,8 @@ export default { }) }, detail(row) { + this.currentRow = JSON.parse(JSON.stringify(row)); + this.currentRow2 = row; this.getNodeAuthority(row) this.checkSuperAdmin() this.dataForm = { @@ -2665,6 +2669,8 @@ export default { }) }, editModalU(row) { + this.currentRow = JSON.parse(JSON.stringify(row)); + this.currentRow2 = row; this.getNodeAuthority(row) this.dataForm = { site: row.site,