From 0ed99814688593691f161bdf1ffb6e4e9fefac7f Mon Sep 17 00:00:00 2001
From: cqf <2252655793@qq.com>
Date: Thu, 26 May 2022 13:43:38 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/shf' into shf
---
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