保誠-保戶業務員媒合平台
劉鈞霖
2021-12-15 95d0e5524c3ab1e55a9909e2c38e7cc35901220f
PAMapp/components/Ui/UiDateFormat.vue
@@ -20,7 +20,7 @@
        if (!this.date) return;
        const toDatePromise = new Promise((resolve, reject) => {
            const date: Date = typeof(this.date) === 'string' ? new Date(this.date) : this.date;
            const date: Date = typeof(this.date) === 'string' ? new Date(this.date) : this.date as Date;
            resolve(date);
        });