Issue #134: Done.

This commit is contained in:
chiayin
2023-09-19 13:30:20 +08:00
parent 29b434e672
commit 728d99d84e

View File

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