export default {
    methods: {
        clearPreckdat() {
            if (this.model.nctp.ischktyp != 'Y') {
                this.model.nctp.prechkdat = '';
            }
        },
    },
}