|
@ -71,6 +71,7 @@ const submitForm = async () => { |
|
|
const selections = searchTableRef.value.selections |
|
|
const selections = searchTableRef.value.selections |
|
|
if (selections.length > 1 || selections.length == 0) { |
|
|
if (selections.length > 1 || selections.length == 0) { |
|
|
message.warning('请选择一条数据!') |
|
|
message.warning('请选择一条数据!') |
|
|
|
|
|
formLoading.value = false |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
try { |
|
|
try { |
|
|