import Utils from "~/utils" /** * Infpty Check规则 */ let checkObj = { "seatypo" :null, "recgrp.rec.hbkaccflg" :null, "recgrp.hbk.extkey" :null, "recgrp.rec.idcode" :null, "seatypc" :null, "seatypb" :null, "recgrp.ptamaa.issbchinf" :null, "seatypa" :null, "seatyph" :null, "recgrp.rec.heqaccflg" :null, "recgrp.heq.extkey" :null, "recgrp.rec.trnman" :null, "recgrp.rec.extkey" :null, "recpan.bchkey" :null, "recgrp.rec.juscod" :null, "recgrp.rec.bngcod" :null, "recgrp.rec.idtype" :null, } for (const key in checkObj) { if (Object.hasOwnProperty.call(checkObj, key)) { checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key) } } export default checkObj