zouyu
2023-12-29 c713cf49b139d816d6979e3fcbe90da985f4b5cd
src/views/quality/unqualifiedprocess/index.vue
@@ -649,10 +649,8 @@
      }
    },
    selectPart(part) {
      console.log(part)
      if (part) {
        partDegrade(this.multipleSelection[0].id, part.id).then((res) => {
          console.log(res)
          this.$message.success('零件降级成功!')
        })
      }