| | |
| | | allow-create |
| | | filterable |
| | | @create="" |
| | | |
| | | placeholder="请选择" |
| | | style="width: 480px" |
| | | > |
| | |
| | | this.$axios |
| | | .post( |
| | | this.$api.url.addTechTemp, |
| | | |
| | | { |
| | | deviceGroup: this.form.deviceGroup, |
| | | // elementId: JSON.stringify(this.form.elementId).replace("[","").replace("]",""), |
| | |
| | | // console.log(this.equipment); |
| | | }); |
| | | }, |
| | | |
| | | // onTypeBlur(e) { |
| | | // if (e.target.value) { |
| | | // this.type = e.target.value;}}, |
| | | //工序 |
| | | chooseTech() { |
| | | this.$axios.get(this.$api.url.chooseTech,{ |
| | |
| | | //编辑内容 |
| | | upContent(ob) { |
| | | this.upData = ob; |
| | | this.chooseDevGroup(); |
| | | this.selecTechById() |
| | | this.upDia = true; |
| | | }, |
| | |
| | | // } |
| | | // }) |
| | | this.writeTechById(); |
| | | |
| | | this.$message.success("修改成功"); |
| | | this.upIndex++; |
| | | this.upDia = false; |