|
@@ -292,6 +292,10 @@ export default {
|
|
|
} else if(this.subjectId) {
|
|
|
data.subjectId = this.subjectId;
|
|
|
}
|
|
|
+ if (this.searchTime && this.searchTime.length > 0) {
|
|
|
+ data.startDate = this.searchTime[0];
|
|
|
+ data.endDate = this.searchTime[1];
|
|
|
+ }
|
|
|
getDealerOrCourseRecode(data).then((res) => {
|
|
|
this.rLoading = false
|
|
|
this.recordDetails = res.list;
|