Commit 5b2fbc17 authored by zhengke's avatar zhengke

修复 国家bug

parent 55fca4b2
......@@ -121,7 +121,7 @@
}
const ConfirmCreation = async () => {
//添加、编辑国家
if(!datas.params.Content)return ElMessage({
if(!datas.params.Name) return ElMessage({
showClose: true,
message: '请完善国家名称',
type: 'warning',
......
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