import Utils from "~/utils" /** * Gctfre Check规则 */ let checkObj = { "fremsg.relmt" :null, "fremsg.othcc.pts.extkey" :null, "fremsg.strinf" :null, "gcdgrp.rec.newexpdat" :null, "gcdgrp.int.pts.nam" :null, "fremsg.det" :null, "fremsg.othcc.pts.adrblk" :null, "fremsg.tag23h" :null, "gcdgrp.awi.pts.extkey" :null, "fremsg.ccrol" :null, "fremsg.fulmt" :null, "fremsg.othmsg.pts.adrblk" :null, "fremsg.iss.namelc" :null, "fremsg.sndmt" :null, "fremsg.iss.pts.extkey" :null, "fremsg.reldat" :null, "fremsg.iss.pts.adrblk" :null, "fremsg.iss.adrelc" :null, "fremsg.othmsg.adrelc" :null, "fremsg.msgrol" :null, "fremsg.swiadd.newmatdat" :null, "mtabut.coninf.conexedat" :null, "fremsg.othmsg.pts.extkey" :null, "fremsg.tag22d" :null, "fremsg.othcc.adrelc" :null, "gcdgrp.int.pts.extkey" :null, "fremsg.othmsg.namelc" :null, "gcdgrp.awi.pts.nam" :null, "fremsg.tag45d" :null, "fremsg.othcc.namelc" :null, } for (const key in checkObj) { if (Object.hasOwnProperty.call(checkObj, key)) { checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key) } } export default checkObj