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 {
name: "MsOrganizationMember",
components: {MsCreateBox, MsTablePagination, MsTableHeader, MsRolesTag, MsTableOperator, MsDialogFooter},
created() {
activated() {
this.initTableData();
},
data() {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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