UNPKG

tplus-api

Version:

tplus api invoke

11 lines (9 loc) 246 B
import bizError from './index'; import tools from '../util/tools'; export default function(bizErrors){ bizErrors.forEach(element=>{ if(!tools.arrayContains(bizError,element)){ bizError.push(element); } }); }