vue循环取值
2023-02-28 本文已影响0人
我叫杨毅
let list = [];
list = this.dict.type.RESULT_CODE;
const obj = list.find(o => o.raw.constantCode === 'Succeed');
let list = [];
list = this.dict.type.RESULT_CODE;
const obj = list.find(o => o.raw.constantCode === 'Succeed');