|
@@ -15,10 +15,12 @@ onMounted(() => {
|
|
|
emitter.on('clearTag', (tag: any) => {
|
|
emitter.on('clearTag', (tag: any) => {
|
|
|
if (tag.includes('ETD')) {
|
|
if (tag.includes('ETD')) {
|
|
|
clearDateStart()
|
|
clearDateStart()
|
|
|
- } else if (tag.includes('ETA')) {
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+ if (tag.includes('ETA')) {
|
|
|
|
|
+ clearDateEnd()
|
|
|
|
|
+ }
|
|
|
|
|
+ if (tag.includes('Creation Time')) {
|
|
|
clearDateEnd()
|
|
clearDateEnd()
|
|
|
- } else {
|
|
|
|
|
- clearDateCreation()
|
|
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
emitter.on('clearDaterangeObj', () => {
|
|
emitter.on('clearDaterangeObj', () => {
|