From cdf986d7321208634387a8ab5eafa8e8e3d872f8 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期五, 15 九月 2023 15:00:17 +0800
Subject: [PATCH] modified: src/components/view/processInspectionUpdate.vue modified: src/components/view/rawInsDetail.vue
---
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