Issue #134: Done.

This commit is contained in:
chiayin
2023-09-19 13:29:15 +08:00
parent 6c2783cd5d
commit 29b434e672

View File

@@ -592,7 +592,7 @@ export default {
}
break;
case 'From & To':
if(!this.selectCfmPtPSEStart || !this.selectCfmPtPSEEnd) return this.$toast.error('Both Start and End must be selected.');
if(!this.selectCfmPtPSEStart || !this.selectCfmPtPSEEnd) return this.$toast.error('From and To activity must be selected.');
else {
data = {
start: this.selectCfmPtPSEStart,