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 |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/components/view/technology.vue b/src/components/view/technology.vue
index 1026936..4dfffe8 100644
--- a/src/components/view/technology.vue
+++ b/src/components/view/technology.vue
@@ -371,6 +371,7 @@
                 allow-create
                 filterable
                 @create=""
+               
                 placeholder="璇烽�夋嫨"
                 style="width: 480px"
               >
@@ -620,7 +621,6 @@
       this.$axios
         .post(
           this.$api.url.addTechTemp,
-
           {
             deviceGroup: this.form.deviceGroup,
             // elementId: JSON.stringify(this.form.elementId).replace("[","").replace("]",""),
@@ -658,7 +658,9 @@
         // console.log(this.equipment);
       });
     },
-
+    // onTypeBlur(e) {
+    // if (e.target.value) {
+    // this.type = e.target.value;}},
     //宸ュ簭
     chooseTech() {
       this.$axios.get(this.$api.url.chooseTech,{
@@ -895,6 +897,7 @@
     //缂栬緫鍐呭
     upContent(ob) {
       this.upData = ob;
+      this.chooseDevGroup();
       this.selecTechById()
       this.upDia = true;
     },
@@ -907,7 +910,6 @@
       // 	}
       // })
       this.writeTechById();
-
       this.$message.success("淇敼鎴愬姛");
       this.upIndex++;
       this.upDia = false;

--
Gitblit v1.9.3