Issue #94: Second Done.

This commit is contained in:
chiayin
2023-09-28 12:37:31 +08:00
parent a8f47f7593
commit 5ea268cc77
4 changed files with 14 additions and 8 deletions

View File

@@ -900,6 +900,7 @@ export default {
default:
break;
};
console.log(data);
if(data.min > data.max) return this.$toast.error('Please check time range setting.');
if(JSON.stringify(data) === JSON.stringify(this.isSubmitData)) return this.$toast.error('Please set the new rule.');