refresh after task add

This commit is contained in:
samisgod 2023-09-21 15:08:35 +08:00
parent 9630f236f8
commit b94f89b4f5

View File

@ -132,6 +132,9 @@ export default {
created() {
this.getList();
},
activated() {
this.getList();
},
methods: {
/** 查询列表 */
getList() {