提交 d67c74d1 编写于 作者: RedPig97's avatar RedPig97

update: 代办列表更新

上级 b90e0512
......@@ -54,7 +54,7 @@ export default class AppTodoList extends Vue {
/**
* 当前分页
*/
public curPage: number = 0;
public curPage: number = 1;
/**
* 总条数
......@@ -79,7 +79,7 @@ export default class AppTodoList extends Vue {
public getMyTasks() {
const params = {
size: this.limit,
page: this.curPage
page: this.curPage - 1
};
let url: any = '/wfcore/mytasks';
if (this.query) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册