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