Commit 2b2d2094 authored by zhoutong's avatar zhoutong
parents 716f9d22 fc72f97e
......@@ -292,7 +292,7 @@ export default {
},
activated(){
console.log(11)
this.handleQuery()
this.getList();
},
created() {
let that = this;
......
......@@ -353,7 +353,7 @@ export default {
};
},
activated(){
this.handleQuery()
this.getList();
},
created() {
let that = this;
......
......@@ -236,7 +236,7 @@ export default {
};
},
activated(){
this.handleQuery()
this.getList();
},
created() {
this.getList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment