选择按钮回显名称,message提示统一warning

This commit is contained in:
zhangyc
2022-12-06 07:58:01 +08:00
parent 730f29c1ba
commit 63ba48e539
15 changed files with 109 additions and 197 deletions

View File

@@ -460,7 +460,7 @@ export default {
}
}
message.destroy();
message.info("在线课" + tipStr + "重复添加");
message.warning("在线课" + tipStr + "重复添加");
return;
} else {
state.addOnlineList.map((value) => {
@@ -521,7 +521,7 @@ export default {
}
}
message.destroy();
message.info("在线课" + tipStr + "重复添加");
message.warning("在线课" + tipStr + "重复添加");
return;
} else {
state.addOnlineList.map((value) => {