licp
2024-05-23 fc8f6fada78598ff9e4149f2b30355a0b25eb2f5
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('零件降级成功!')
        })
      }