From 88859106604b03bed968f2f55508e3a5b83f4ce9 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期二, 19 九月 2023 10:21:38 +0800 Subject: [PATCH] modified: src/components/view/Processingproducts.vue modified: src/components/view/Technicalindex.vue modified: src/components/view/finishedProductInspectionUp.vue modified: src/components/view/processInspectionUpdate.vue modified: src/components/view/raw-ins.vue modified: src/components/view/rawUnqualified/raw.vue modified: src/components/view/record-content.vue modified: src/components/view/self-inspection.vue modified: src/components/view/technical.vue modified: src/main.js --- 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