From d4cf3cd27a6ff2d5683ff9d44554e9f78610b35a Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Mon, 1 Jun 2026 13:55:29 +0800
Subject: [PATCH] =?UTF-8?q?2026-06-01=20=E6=B5=8B=E8=AF=95=E7=94=B3?=
=?UTF-8?q?=E8=AF=B7=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/test/requestForTest.vue | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/views/modules/test/requestForTest.vue b/src/views/modules/test/requestForTest.vue
index 9bc52c3..3a6d0c8 100644
--- a/src/views/modules/test/requestForTest.vue
+++ b/src/views/modules/test/requestForTest.vue
@@ -420,7 +420,7 @@
-
+
@@ -2836,6 +2836,8 @@ export default {
* @param row
*/
async updateModal(row) {
+ this.testCurrentRow = JSON.parse(JSON.stringify(row))
+ this.testDetailData = JSON.parse(JSON.stringify(row))
await this.getNodeAuthority(row)
this.modalData = {
flag: '2',
@@ -3627,6 +3629,7 @@ export default {
},
closeModalDiaLog() {
this.$refs.modalForm.resetFields();
+ this.fileContentLoaded = false
this.modalData = {
flag: '1',
title: '测试申请',