modified: src/views/basic/param/index.vue
modified: src/views/technology/routing/routing-form.vue
| | |
| | | </script> |
| | | |
| | | <style> |
| | | .grid-header { |
| | | /* .grid-header { |
| | | display: none; |
| | | } |
| | | } */ |
| | | |
| | | .param-basic { |
| | | margin: 0 10px; |
| | |
| | | }, |
| | | // 参数集模板点击事件 |
| | | templateRowClick(row) { |
| | | |
| | | if(this.isShowTree){ |
| | | this.isShowTree=false |
| | | }else{ |
| | |
| | | this.$message.success('添加成功') |
| | | // 选中最后一个模板 |
| | | this.selectTempalteByIndex(this.operationTemplateList.length - 1) |
| | | this.getRoutingTemplate(this.routingOperationId) |
| | | } else { |
| | | this.$message.error('添加失败') |
| | | } |
| | |
| | | } else { |
| | | this.$message.error('添加失败') |
| | | } |
| | | this.templateRowClick({id: this.routingTemplateId}) |
| | | }) |
| | | } |
| | | }, |