Commit 9b109628 authored by 我在何方's avatar 我在何方

异常订单列表缓存搜索条件

parent 2268d1f5
......@@ -290,8 +290,7 @@ export default {
};
},
activated(){
console.log(11)
this.handleQuery()
this.getList();
},
created() {
let that = this;
......
......@@ -259,7 +259,7 @@ export default {
};
},
activated(){
this.handleQuery()
this.getList();
},
created() {
let that = this;
......
......@@ -235,7 +235,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