fix(办公管理): 页面标签存在路由缓存导致不刷新问题
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
||||
rules: {}
|
||||
};
|
||||
},
|
||||
created() {
|
||||
activated() {
|
||||
this.getList();
|
||||
},
|
||||
methods: {
|
||||
@@ -127,7 +127,6 @@ export default {
|
||||
handleClaim(row) {
|
||||
claimTask({taskId: row.taskId}).then(response => {
|
||||
this.$modal.msgSuccess(response.msg);
|
||||
this.getList();
|
||||
this.$router.push({
|
||||
path: '/work/todo'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user