mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-01-31 09:30:05 +08:00
refresh after task add
This commit is contained in:
parent
9630f236f8
commit
b94f89b4f5
@ -132,6 +132,9 @@ export default {
|
||||
created() {
|
||||
this.getList();
|
||||
},
|
||||
activated() {
|
||||
this.getList();
|
||||
},
|
||||
methods: {
|
||||
/** 查询列表 */
|
||||
getList() {
|
||||
|
Loading…
Reference in New Issue
Block a user