diff --git a/src/views/modules/production/reworkRecord.vue b/src/views/modules/production/reworkRecord.vue index 38efa5f..05be58d 100644 --- a/src/views/modules/production/reworkRecord.vue +++ b/src/views/modules/production/reworkRecord.vue @@ -139,7 +139,6 @@ export default { // this.$message.success(row) row.printQty = row.qualifiedQty packagePrintDataList(row).then(({data}) => { - this.$message.success(data) if (data && data.code === 0) { data.rows[0].tcpValue = 0 data.rows[0].inspector = row.operatorId