修改判断显示

master
于肖磊 2025-10-22 17:22:45 +08:00
parent 4464f99e52
commit a428e3175e
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ export default {
} else {
form_value[`${ form_name }_custom_option_list`] = com_data?.custom_option_list || '';
}
} else if (['select', 'radio-btns', 'single-text'].includes(item.key) && ['select', 'radio-btns'].includes(item.com_data.type)) {
} else if (['select', 'radio-btns', 'single-text'].includes(data.key) && ['select', 'radio-btns'].includes(data.com_data.type)) {
//
if (type != 'other') {
form_value[`${ form_name }`] = com_data?.form_value || '';