|
@@ -253,6 +253,7 @@ export default {
|
|
|
data.keyword = this.searchDealer;
|
|
|
}
|
|
|
getDealerOrderList(data).then((res) => {
|
|
|
+ this.sortValue = 0;
|
|
|
this.loading = false
|
|
|
this.recordList = res.list;
|
|
|
this.page.cur = res.current;
|
|
@@ -273,6 +274,7 @@ export default {
|
|
|
data.keyword = this.searchText;
|
|
|
}
|
|
|
getCourseOrderList(data).then((res) => {
|
|
|
+ this.sortValue = 0;
|
|
|
this.loading = false
|
|
|
this.recordList = res.list;
|
|
|
this.page.cur = res.current;
|
|
@@ -344,7 +346,6 @@ export default {
|
|
|
},
|
|
|
// 导航标签切换
|
|
|
handleClick() {
|
|
|
- this.sortValue = 0;
|
|
|
this.searchTime = null;
|
|
|
this.searchText = "";
|
|
|
this.searchDealer = "";
|