pages/modal/5600.vue
@@ -975,6 +975,32 @@ data.forEach(async (ele2, index) => { if (ele.fieldId == ele2 .attr) { if (ele.name == 'Select' && ele2 .choice_list) { const dictItemList = []; const choiceList = ele2 .choice_list || []; for (let d in choiceList) { const val = choiceList[ d]; dictItemList .push({ text: val, value: val }); } ele.dict = dictItemList; } ele.value = ele2 .value; }