|
@@ -121,7 +121,12 @@ export default {
|
|
|
audits: JSON.stringify(this.submitList)
|
|
audits: JSON.stringify(this.submitList)
|
|
|
})
|
|
})
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
- this.$message.success('提交成功');
|
|
|
|
|
|
|
+ return this.$http.post('/rateExpertAudit/grade', {
|
|
|
|
|
+ rateId: this.$route.query.id
|
|
|
|
|
+ });
|
|
|
|
|
+ })
|
|
|
|
|
+ .then(res => {
|
|
|
|
|
+ this.$message.success('评审完成');
|
|
|
this.getGride();
|
|
this.getGride();
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|