Commit 036c71c0 authored by 我在何方's avatar 我在何方 Committed by houjn@hikoon.cn

异常订单搜索保存

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