diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue index 48daaee9f..491634fc6 100644 --- a/src/pages/home2/components/todoList/index.vue +++ b/src/pages/home2/components/todoList/index.vue @@ -1674,7 +1674,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '企标制修订计划整改') { + }else if(row.taskInfo === '重新起草') { this.$router.push({ name: 'qbzxdjhgkStep1', query: { diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue index a4f738e4f..8b1a950c3 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue @@ -1456,6 +1456,7 @@ export default { callback() } return { + gdType: '', //归档位置的赋值 standTypeModel: 'INLAND', submitType: '', nodeList3: [], @@ -2223,6 +2224,7 @@ export default { switch (status) { // 新增 case 1: + this.gdType = '新增' this.selectedList = [] this.standardCheckedList = [] this.standardDrawer = false @@ -2231,6 +2233,7 @@ export default { break // 带入(确认) case 2: + this.gdType = '带入' if (this.standardCheckedList.length === 1) { this.$http.get('sarStandardsInfo/sar-standards-info/getStandInfoUpdateById', {id: this.standardCheckedList[0].id}, { _this: this @@ -2368,7 +2371,7 @@ export default { }, {}, res => { if (res.ok) { this.treeListOptions = res.data - if(bringData.standNumber){ + if(this.gdType === '带入'){ this.$http.get('sarStandardsInfo/sar-standards-info/getStandMenuId', { standId: bringData.id, }, {}, reson => { @@ -2388,6 +2391,20 @@ export default { this.form.treeListId = treeListId } }) + }else{ + let treeList = '' + let treeListId = '' + reson.data.forEach(item=>{ + this.treeCheckedKeys.push(item.menuId) + if (treeList.length > 0) { + treeList += ',' + treeListId += ',' + } + treeList += item.menuName + treeListId += item.menuId + }) + this.form.treeListName = treeList + this.form.treeListId = treeListId } } }) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue index fd0fcb3c2..42f0bbfde 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue @@ -636,33 +636,16 @@
- - + +
- - - - - - - - - - - - - - + +
@@ -805,11 +788,11 @@