From a90cf43e7a1f41dcde401ed1fd118b0f90d7c3f5 Mon Sep 17 00:00:00 2001
From: cqf
Date: Thu, 26 May 2022 11:41:49 +0800
Subject: [PATCH] 举一反三隐患-存在
---
src/views/oneFromanother/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/oneFromanother/index.vue b/src/views/oneFromanother/index.vue
index 27e471f..00bd1e1 100644
--- a/src/views/oneFromanother/index.vue
+++ b/src/views/oneFromanother/index.vue
@@ -224,7 +224,7 @@
this.$nextTick(() =>{
this.$refs["selfInspectForm"].clearValidate()
})
- this.selfInspectForm={}
+ this.selfInspectForm={id:data.id}
this.selfInspectVisible = true
if (this.listQuery.type == '1'){
let params = {
--
Gitblit v1.9.2