check.js 167 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9
import imgInvmodCheck from '~/components/business/Invchkpan/model/check.js'

export default function(){
    return {
			...new imgInvmodCheck(this).check,
      }
}