|
@@ -141,10 +141,13 @@ export default {
|
|
},
|
|
},
|
|
handleClose(e) {
|
|
handleClose(e) {
|
|
console.log(e)
|
|
console.log(e)
|
|
- if(!e.target.nodeType){
|
|
|
|
- this.$parent.opendateClose()
|
|
|
|
- }
|
|
|
|
|
|
+ // if(!e.target.nodeType){
|
|
|
|
+ // this.$parent.opendateClose()
|
|
|
|
+ // }
|
|
// this.$parent.opendateClose()
|
|
// this.$parent.opendateClose()
|
|
|
|
+ if(e.target.className.indexOf('ant-calendar')==-1){
|
|
|
|
+ this.$parent.opendateClose()
|
|
|
|
+ }
|
|
|
|
|
|
},
|
|
},
|
|
disabledDate(current) {
|
|
disabledDate(current) {
|