src/components/view/finishedProductInspectionUp.vue
@@ -323,6 +323,13 @@ id: this.detailId }).then(res => { if (res.code == 200) { if(res.message==='项目未检验完!'){ this.$message({ message: res.message, type: 'warning' }); return } this.$message({ message: '上报成功', type: 'success'