Browse Source

选定集提示优化

master_hella_20240701
ljlong_2630 5 months ago
parent
commit
ed7096ea06
  1. 2
      src/views/qms/basicDataManage/selectedSet/index.vue

2
src/views/qms/basicDataManage/selectedSet/index.vue

@ -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
} }

Loading…
Cancel
Save