From 3f783b4c4a8b23045e67d664cf78c022410e62fc Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期五, 15 九月 2023 13:10:17 +0800 Subject: [PATCH] 改bug --- 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