选择按钮回显名称,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

@@ -466,7 +466,7 @@ export default {
closeSameModal();
closeDrawer();
message.destroy();
message.info("添加成功");
message.warning("添加成功");
return;
}
if (origin.length == 0) {