浏览代码

更新上分成功提示

guhongwei 5 年之前
父节点
当前提交
d4c675bb95
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/views/class/achieve.vue

+ 4 - 0
src/views/class/achieve.vue

@@ -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();
     },