delete activated()

This commit is contained in:
lb
2024-03-28 09:06:09 +08:00
rodzic 65f42828b8
commit e4948eb340
3 zmienionych plików z 0 dodań i 9 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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