修改判断参数1

master
于肖磊 2025-10-22 17:24:28 +08:00
parent a5b1fb28f9
commit a9d9833575
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ export default {
//
form_value[`${ form_name }_start`] = com_data?.form_value[0] || '';
form_value[`${ form_name }_end`] = com_data?.form_value[1] || '';
} else if (['checkbox', 'select-multi'].includes(item.key)) {
} else if (['checkbox', 'select-multi'].includes(data.key)) {
//
if (type != 'custom_option_list') {
form_value[`${ form_name }`] = com_data?.form_value || '';