zouyu
2023-11-10 af3baa8feeef4f4cd9a0866884f3bc68d1512683
	modified:   src/views/basic/param/index.vue
modified: src/views/technology/routing/routing-form.vue
已修改2个文件
7 ■■■■ 文件已修改
src/views/basic/param/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/technology/routing/routing-form.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/param/index.vue
@@ -460,9 +460,9 @@
</script>
<style>
.grid-header {
/* .grid-header {
  display: none;
}
} */
.param-basic {
  margin: 0 10px;
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})
        })
      }
    },