Procházet zdrojové kódy

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 před 4 dny
rodič
revize
bf3f7b533e

+ 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) => {