zengyicheng 2 năm trước cách đây
mục cha
commit
e20de2bcf5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/pages/Ttype.vue

+ 1 - 1
src/components/pages/Ttype.vue

@@ -875,7 +875,7 @@ export default {
           this.selectType();
         })
         .catch((err) => {
-          this.$message.error("添加成功");
+          this.$message.error("添加失败");
           console.error(err);
         });
     },