import CHK from '~/components/business/Fredetail/model/check.js'; export default { data() { return { rules: { ...new CHK(this).check } } } }