delete activated()

This commit is contained in:
lb 2024-03-28 09:06:09 +08:00
parent 65f42828b8
commit e4948eb340
3 changed files with 0 additions and 9 deletions

View File

@ -350,9 +350,6 @@ export default {
mounted() {
this.getList();
},
activated() {
this.getList();
},
methods: {
/** 查询列表 */
getList() {

View File

@ -340,9 +340,6 @@ export default {
mounted() {
this.getList();
},
activated() {
this.getList();
},
methods: {
/** 查询列表 */
getList() {

View File

@ -338,9 +338,6 @@ export default {
mounted() {
this.getList();
},
activated() {
this.getList();
},
methods: {
/** 查询列表 */
getList() {