bug fix 系统设置中重复进入相同路由刷新数据

This commit is contained in:
shiziyuan9527 2020-05-25 16:20:58 +08:00
parent b6fef27f69
commit 7dce48c7bb
8 changed files with 8 additions and 8 deletions

View File

@ -105,7 +105,7 @@
export default { export default {
name: "MsOrganizationMember", name: "MsOrganizationMember",
components: {MsCreateBox, MsTablePagination, MsTableHeader, MsRolesTag, MsTableOperator, MsDialogFooter}, components: {MsCreateBox, MsTablePagination, MsTableHeader, MsRolesTag, MsTableOperator, MsDialogFooter},
created() { activated() {
this.initTableData(); this.initTableData();
}, },
data() { data() {

View File

@ -156,7 +156,7 @@
export default { export default {
name: "MsOrganizationWorkspace", name: "MsOrganizationWorkspace",
components: {MsCreateBox, MsTablePagination, MsTableHeader, MsRolesTag, MsTableOperator, MsDialogFooter}, components: {MsCreateBox, MsTablePagination, MsTableHeader, MsRolesTag, MsTableOperator, MsDialogFooter},
mounted() { activated() {
this.list(); this.list();
}, },
computed: { computed: {

View File

@ -148,7 +148,7 @@
} }
}, },
created() { activated() {
this.initTableData(); this.initTableData();
}, },
methods: { methods: {

View File

@ -231,7 +231,7 @@
} }
} }
}, },
created() { activated() {
this.initTableData(); this.initTableData();
}, },
methods: { methods: {

View File

@ -201,7 +201,7 @@
export default { export default {
name: "MsSystemWorkspace", name: "MsSystemWorkspace",
components: {MsCreateBox, MsTablePagination, MsTableHeader, MsRolesTag, MsTableOperator, MsDialogFooter}, components: {MsCreateBox, MsTablePagination, MsTableHeader, MsRolesTag, MsTableOperator, MsDialogFooter},
mounted() { activated() {
this.list(); this.list();
}, },
methods: { methods: {

View File

@ -256,7 +256,7 @@
} }
} }
}, },
created() { activated() {
this.initTableData(); this.initTableData();
}, },
methods: { methods: {

View File

@ -386,7 +386,7 @@
} }
} }
}, },
created() { activated() {
this.search(); this.search();
this.getAllRole(); this.getAllRole();
}, },

View File

@ -130,7 +130,7 @@
total: 0, total: 0,
} }
}, },
created: function () { activated: function () {
this.initTableData(); this.initTableData();
}, },
methods: { methods: {