src/views/technology/routing/routing-form.vue
@@ -1037,6 +1037,7 @@ }, // 参数集模板点击事件 templateRowClick(row) { if(this.isShowTree){ this.isShowTree=false }else{ @@ -1308,6 +1309,7 @@ this.$message.success('添加成功') // 选中最后一个模板 this.selectTempalteByIndex(this.operationTemplateList.length - 1) this.getRoutingTemplate(this.routingOperationId) } else { this.$message.error('添加失败') } @@ -1389,6 +1391,7 @@ } else { this.$message.error('添加失败') } this.templateRowClick({id: this.routingTemplateId}) }) } },