@@ -112,6 +112,10 @@ export default {
data.id = this.studid;
data.selfscore = peaceScore;
const res = await this.updates(data);
+ this.$message({
+ message: '平时成绩上分成功',
+ type: 'success',
+ });
this.showPicker = false;
this.search();
},