diff --git a/src/pages/home1/components/todoList/index.vue b/src/pages/home1/components/todoList/index.vue index c0ffaa12a..bb698179b 100644 --- a/src/pages/home1/components/todoList/index.vue +++ b/src/pages/home1/components/todoList/index.vue @@ -50,7 +50,7 @@ export default { this.$router.push(this.path) }, dealWith (row) { // 办理 - // this.setHandleInfo(JSON.stringify(row)) + this.setHandleInfo(JSON.stringify(row)) const prcType = row.prcType switch(prcType) { case '1': @@ -152,9 +152,9 @@ export default { break; //项目合规评估流程 case '5' : - if(row.taskInfo === ''){ + if(row.taskInfo === '标准法规部业务经理审批'){ this.$router.push({ - name: '', + name: 'xmpgStep2', query: { taskIds: row.taskIds, prcId: row.prcId, diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index 018032f77..47f871530 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -29,8 +29,6 @@
拆分 - 上传 - 导入拆分结果 删除
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg/step1.vue b/src/pages/processCenter/pages/creatProcess/xmpg/step1.vue index a4d847af7..d0a06cde7 100644 --- a/src/pages/processCenter/pages/creatProcess/xmpg/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/xmpg/step1.vue @@ -44,15 +44,16 @@ v-model="listForm.certifiedEngineer" placeholder="请选择认证工程师" clearable - @click.native="choiceZRR('certifiedEngineer', '选择认证工程师', roleForm.certifiedEngineer)" + @click.native="choiceZRR(null,'certifiedEngineer', '选择认证工程师', roleForm.certifiedEngineer)" > + @@ -63,8 +64,8 @@
- 新增 - 批量删除 + 新增 + 批量删除
- -