src/components/jeecg/LxSwitch.vue
@@ -12,7 +12,6 @@ </template> <script> import moment from 'moment' export default { name: 'LxSwitch', props: { @@ -52,11 +51,6 @@ } }, data() { let dateStr = this.value return { decorator: '', momVal: !dateStr ? null : moment(dateStr, this.dateFormat) } }, methods: { handleChange(checked) {