From c2ff22256c2b848f9dce6431462d65126466f367 Mon Sep 17 00:00:00 2001 From: shen_yan_pu <1975145892@qq.com> Date: Thu, 12 Aug 2021 15:43:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E6=8B=86=E5=88=86=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=8C=89=E9=92=AE=EF=BC=8C=E7=8A=B6=E6=80=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standAutoSplit/index.vue | 12 ++++++++---- .../localTool/standAutoSplit/pages/itemSplitInfo.vue | 5 +++-- .../pages/creatProcess/bzjd/step1-1.vue | 4 ++++ .../processCenter/pages/creatProcess/bzjd/step1.vue | 4 ++++ 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index b22f830da..9846d1ba6 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -82,8 +82,11 @@ label="拆分状态" align="center"> 属性 - 编辑 + 编辑 + 编辑 复制 删除 @@ -685,6 +686,7 @@ export default { }, data () { return { + splitStatus: this.$route.query.splitStatus, auditFlag: this.$route.query.auditFlag, splitCheckDialog: false, submitLoading: false, @@ -1306,7 +1308,6 @@ export default { if (cur[i].pId == null || cur[i].pId === '') { this.parentNode = cur[i] } - console.log(str); this.zNodes = str } // 查完左侧目录后,如果没有选中的,设置最外层选中 diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue index a59cea2ed..406528121 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue @@ -388,6 +388,7 @@ sarType: '', loading: false, standId: '', + statusId: '', commentText: '', textarea: '', // 意见 title: '', // 新增抽屉标题 @@ -401,6 +402,7 @@ itemsNum: '', itemsName: '', standId: '', + statusId: '', itemsNum1: '', itemsName1: '', oldNumber: '' @@ -622,6 +624,8 @@ this.form.standId = bringData[0].standId this.sarType = bringData[0].standType this.standId = bringData[0].standId + this.statusId = bringData[0].id + this.form.statusId = bringData[0].id this.listModel = false; this.listModel2 = true this.$http.get('lawss/sarFileSplitItems/getSplitItemsByPage', { diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue index f5f4d3930..9339d3260 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue @@ -388,6 +388,7 @@ sarType: '', loading: false, standId: '', + statusId: '', commentText: '', textarea: '', // 意见 title: '', // 新增抽屉标题 @@ -401,6 +402,7 @@ itemsNum: '', itemsName: '', standId: '', + statusId: '', itemsNum1: '', itemsName1: '', oldNumber: '' @@ -627,6 +629,8 @@ this.form.standId = bringData[0].standId this.sarType = bringData[0].standType this.standId = bringData[0].standId + this.statusId = bringData[0].id + this.form.statusId = bringData[0].id this.listModel = false; this.listModel2 = true this.$http.get('lawss/sarFileSplitItems/getSplitItemsByPage', {