@@ -138,6 +138,10 @@ export default {
try {
const times = Object.values(this.changed)
let list = []
+ if (!times.length) {
+ this.sorting = false
+ return
+ }
for (const item of times) {
list = list.concat(item.map((item, index) => ({
...item,