2025-02-27,列表只加载20条 ,可以回显出来20条以后
2025-02-26 本文已影响0人
流泪手心_521
// 回显物流
let logisticsNames = obj.logisticsNames?.split(',') || [];
this.refs["logisticsIdsRef"].values.push({
label: logisticsNames[idx],
value: item
});
})
}
// 回显物流
let logisticsNames = obj.logisticsNames?.split(',') || [];
this.refs["logisticsIdsRef"].values.push({
label: logisticsNames[idx],
value: item
});
})
}