mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
选择按钮回显名称,message提示统一warning
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user