Map Timeframe: fix second Apply need to disabled.

This commit is contained in:
chiayin
2023-10-31 15:35:12 +08:00
parent 2ac112dbbd
commit 9d7f390343

View File

@@ -248,7 +248,7 @@ export default {
disabled = false;
break;
case 'Timeframes': // Filter Type 選 Timeframes 的行為
disabled = false;
if(this.selectTimeFrame.length > 0) disabled = false;
break;
}
this.isDisabled = disabled;