Merge branch 'dev-yxl' of gitee.com:zongzhige/shopxo-uniapp into dev

master
gongfuxiang 2024-12-10 19:16:15 +08:00
commit 643a0a5c3c
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
if (data_source_id.length > 0) {
//
data_source_id.forEach(source_id => {
const sourceList = option.filter((item) => item.field == source_id);
const sourceList = option.find((item) => item.field == source_id);
// ID
if (source_id.includes(';')) {
const ids = source_id.split(';');