Commit bb8c9680 authored by 皮倩雯's avatar 皮倩雯

fix: '修改数据字典未选择一级条目情况下添加二级条目的提示'

parent 6f5566a6
Pipeline #42626 skipped with stages
...@@ -426,8 +426,7 @@ const WebDic = () => { ...@@ -426,8 +426,7 @@ const WebDic = () => {
} }
if (value === 2) { if (value === 2) {
if (selectID.length === 0) { if (selectID.length === 0) {
notification.error({ notification.warning({
message: '提交失败',
description: '请先选择一级条目', description: '请先选择一级条目',
}); });
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment