Vue消息提示this.$message方法使用
type 取值 ‘success’(成功) /warning(警告)/info(消息)/error(错误)/;
if (this.resetForm.cancelThings == null) {
this.$message({
message: "请输填写驳回原因",
type: "warning",
});
} else if{
}else {
};
浙公网安备 33010602011771号