This commit is contained in:
xiaozhiyong
2024-05-29 14:12:56 +08:00
parent 17416b9008
commit c872e87349
17 changed files with 1015 additions and 51 deletions

View File

@@ -263,7 +263,7 @@
duration: 2000
});
setTimeout(() => {
that.getList(id)
this.getList(id)
}, 1000)
}
})
@@ -277,7 +277,7 @@
duration: 2000
});
setTimeout(() => {
that.getList(id)
this.getList(id)
}, 1000)
}
})