zss
2023-12-11 c880739ec4cd5ede33b31eb98ad5f7628ea288e5
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('零件降级成功!')
        })
      }