zengyicheng hace 2 años
padre
commit
e20de2bcf5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
         });
     },