Fixiaobai
2023-09-15 0818becbf021341ce369d4f92b2ade3a2648a953
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,{