From 77f6fec7b2383e1f1e9f867329319f88f4a3e9b3 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 14 Oct 2022 13:44:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E7=AB=8B=E9=A1=B9=20?= =?UTF-8?q?=E7=AB=8B=E9=A1=B9=E5=8D=95id=E6=B2=A1=E6=9C=89=E4=BC=A0?= =?UTF-8?q?=E5=8F=82=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue index 6946cffd7..69bfc8067 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue @@ -828,6 +828,7 @@ export default { if (valid) { this.isSubmit = true this.qbfsForm.commentText = this.commentText + this.qbfsForm.LXD = this.qbfsForm.LXD let jsons = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, @@ -1107,6 +1108,8 @@ export default { }else { this.$onlineEdit(id,fileNam2,this.$store.getters.userInfo.userId,this.$store.getters.userInfo.userName) } + this.qbfsForm.LXD = id + this.qbfsForm.LXDName = '立项单' }, //体系结构单选 handleClick(data,checked, node){