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"> - {{ scope.row.splitStatus == '0' ? '编辑中' : (scope.row.splitStatus == '1' ? '审核中' : '已完成' + - '') }} + 编辑中 + 审核中 + 已关联 + 解读中 + 已完成 属性 - 编辑 + 编辑 + 编辑 复制 删除 @@ -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', {