ソースを参照

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table into beta
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.

SanHQin 2 ヶ月 前
コミット
bf3f7b533e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/components/pages/studentManageNew/component/table.vue

+ 1 - 1
src/components/pages/studentManageNew/component/table.vue

@@ -1150,7 +1150,7 @@ export default {
           this.$emit("getGrade");
           this.$emit("getGrade");
           this.$message({
           this.$message({
             message: "删除成功",
             message: "删除成功",
-            type: "error",
+            type: "success",
           });
           });
         })
         })
         .catch((err) => {
         .catch((err) => {