|
@ -293,7 +293,7 @@ const handleDeleteTable = (item, index) => { |
|
|
// 主子数据 提交 |
|
|
// 主子数据 提交 |
|
|
const submitForm = async (formType, data) => { |
|
|
const submitForm = async (formType, data) => { |
|
|
if(!validateNotRepetition(tableData.value)){ |
|
|
if(!validateNotRepetition(tableData.value)){ |
|
|
message.alertWarning('选定集名称不能重复') |
|
|
message.alertWarning('选定集字典及字典项不能重复') |
|
|
basicFormRef.value.formLoading = false |
|
|
basicFormRef.value.formLoading = false |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|