delete activated()

This commit is contained in:
lb
2024-03-28 09:06:09 +08:00
부모 65f42828b8
커밋 e4948eb340
3개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제

파일 보기

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

파일 보기

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

파일 보기

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