This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
spring-boot-demo
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
✨
spring-boot-demo-task-quartz 前端完成
pull/1/head
Yangkai.Shen
6 years ago
parent
a2936f93fe
commit
e282661cdd
1 changed files
with
2 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
spring-boot-demo-task-quartz/src/main/resources/static/job.html
+ 2
- 4
spring-boot-demo-task-quartz/src/main/resources/static/job.html
View File
@@ -245,10 +245,8 @@
handleCurrentChange: function (val) {
handleCurrentChange: function (val) {
this.currentPage = val;
this.currentPage = val;
this.loadData(this.currentPage, this.pagesize);
this.loadData(this.currentPage, this.pagesize);
},
},
}
}
});
});
//载入数据
//载入数据
Write
Preview
Loading…
Cancel
Save