|
@@ -202,8 +202,10 @@ export default {
|
|
listCourseTrafficLog(this.queryParams).then(response => {
|
|
listCourseTrafficLog(this.queryParams).then(response => {
|
|
this.courseTrafficLogList = response.rows;
|
|
this.courseTrafficLogList = response.rows;
|
|
this.total = response.total;
|
|
this.total = response.total;
|
|
|
|
+
|
|
|
|
+ }).finally(()=>{
|
|
this.loading = false;
|
|
this.loading = false;
|
|
- });
|
|
|
|
|
|
+ })
|
|
},
|
|
},
|
|
// 取消按钮
|
|
// 取消按钮
|
|
cancel() {
|
|
cancel() {
|