1.接口调用优化,减少接口调用次数

v1.0.0
sws 2024-09-09 11:45:52 +08:00
parent c4057ac69b
commit 54363c66b6
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ const save_formmat_form_data = (data: diy_data_item, close: boolean = false, is_
// if (new_array.includes(item.key)) {
// item.com_data.content.data_ids = item.com_data.content.data_list.map((item: any) => item.data.id).join(',') || '';
// item.com_data.content.data_list = [];
// item.com_data.content.data_auto_list = [];
// } else if (item.key == 'data-magic') {
// item.com_data.content.data_magic_list.map((item1: any) => {
// item1.goods_ids = item.goods_list.map((item2: any) => item2.data.id).join(',') || '';