From a90cf43e7a1f41dcde401ed1fd118b0f90d7c3f5 Mon Sep 17 00:00:00 2001
From: cqf
Date: 星期四, 26 五月 2022 11:41:49 +0800
Subject: [PATCH] 举一反三隐患-存在

---
 src/views/oneFromanotherN/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/oneFromanotherN/index.vue b/src/views/oneFromanotherN/index.vue
index dc2348d..66a5282 100644
--- a/src/views/oneFromanotherN/index.vue
+++ b/src/views/oneFromanotherN/index.vue
@@ -330,7 +330,8 @@
     </div>
 </template>
 <script>
-import { getPageList, edit, del, send, revoke,selfCheckNotInfo} from "@/api/sgyhpczl/oneFromanotherN"
+import { getPageList, edit, del, send, revoke} from "@/api/sgyhpczl/oneFromanotherN"
+import {noExistSave,selfCheckNotInfo} from "@/api/sgyhpczl/oneFromanother"
 import {initJCBM, initYHLX, initJCLB, initYHJB,initYHBM} from "@/api/sgyhpczl/initSelect";
 import {deepClone} from '@/utils'
 
@@ -407,12 +408,12 @@
                     this.$nextTick(() =>{
                         this.$refs["selfInspectForm"].clearValidate()
                     })
-                    this.selfInspectForm={}
+                    this.selfInspectForm={id:data.id}
                     this.selfInspectVisible = true
                     if (this.listQuery.sendType == '1'){
                         let params = {
                             id: data.id,
-                            type: 0,
+                            type: 1,
                         }
                         selfCheckNotInfo(params).then(res=>{
                             if (res.data.ok==1){

--
Gitblit v1.9.2