From 5d681a5c48d6b09b7bc053795760fa8030f5f1cf Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 15 九月 2023 14:24:59 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.22:9001/r/mom-before

---
 src/components/view/technology.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/components/view/technology.vue b/src/components/view/technology.vue
index 1026936..f7870aa 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,{

--
Gitblit v1.9.3