From 5244d65ef7e1f333495b59a6470b254bde7ec2ca Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期五, 15 九月 2023 17:16:51 +0800
Subject: [PATCH] update
---
src/components/view/technology.vue | 2 +-
src/components/view/technical.vue | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/view/technical.vue b/src/components/view/technical.vue
index aa90cdd..8905596 100644
--- a/src/components/view/technical.vue
+++ b/src/components/view/technical.vue
@@ -39,8 +39,8 @@
<div class="technical-table">
<div class="table-box">
<el-table
- height="490"
- border style="width: 100%"
+ border
+ height="calc(90vh - 250px)"
:data="technicalTable"
>
<el-table-column
diff --git a/src/components/view/technology.vue b/src/components/view/technology.vue
index f7870aa..4dfffe8 100644
--- a/src/components/view/technology.vue
+++ b/src/components/view/technology.vue
@@ -897,6 +897,7 @@
//缂栬緫鍐呭
upContent(ob) {
this.upData = ob;
+ this.chooseDevGroup();
this.selecTechById()
this.upDia = true;
},
@@ -909,7 +910,6 @@
// }
// })
this.writeTechById();
-
this.$message.success("淇敼鎴愬姛");
this.upIndex++;
this.upDia = false;
--
Gitblit v1.9.3