Vue消息提示this.$message方法使用

type 取值 ‘success’(成功) /warning(警告)/info(消息)/error(错误)/;

 if (this.resetForm.cancelThings == null) {
        this.$message({
          message: "请输填写驳回原因",
          type: "warning",
        });
      } else if{
  }else {
      };

 

posted @ 2022-06-05 21:18  快了星球  阅读(1382)  评论(0)    收藏  举报