From af3baa8feeef4f4cd9a0866884f3bc68d1512683 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 10 十一月 2023 19:50:20 +0800
Subject: [PATCH] modified: src/views/basic/param/index.vue modified: src/views/technology/routing/routing-form.vue
---
src/views/basic/param/index.vue | 4 ++--
src/views/technology/routing/routing-form.vue | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/basic/param/index.vue b/src/views/basic/param/index.vue
index 42a7e3a..03c511f 100644
--- a/src/views/basic/param/index.vue
+++ b/src/views/basic/param/index.vue
@@ -460,9 +460,9 @@
</script>
<style>
-.grid-header {
+/* .grid-header {
display: none;
-}
+} */
.param-basic {
margin: 0 10px;
diff --git a/src/views/technology/routing/routing-form.vue b/src/views/technology/routing/routing-form.vue
index 6bba25d..4e8f7aa 100644
--- a/src/views/technology/routing/routing-form.vue
+++ b/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})
})
}
},
--
Gitblit v1.9.3