mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-28 04:26:02 +08:00
refresh after task add
This commit is contained in:
@ -132,6 +132,9 @@ export default {
|
||||
created() {
|
||||
this.getList();
|
||||
},
|
||||
activated() {
|
||||
this.getList();
|
||||
},
|
||||
methods: {
|
||||
/** 查询列表 */
|
||||
getList() {
|
||||
|
||||
Reference in New Issue
Block a user