Commit 64034a27 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

Beta

See merge request !25
parents 96dfd33d 131c2131
......@@ -179,11 +179,13 @@ async function handleGetDigitalVideoWorkList() {
function handleGetTaskListUpdatePageNo(pageNo: number) {
pagingInfo.value.pageNo = pageNo
handleGetDigitalVideoWorkList()
}
function handleGetTaskListUpdatePageSize(pageSize: number) {
pagingInfo.value.pageNo = 1
pagingInfo.value.pageSize = pageSize
handleGetDigitalVideoWorkList()
}
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment