Update index.py

This commit is contained in:
midoks 2023-01-31 20:07:39 +08:00
parent 3970feacc3
commit 363ed8b3ff
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ def userProjectList():
data['data'] = ret_data
data['args'] = args
data['list'] = mw.getPage(
{'count': dlist_sum, 'p': page, 'row': page_size, 'tojs': 'userProjectList'})
{'count': dlist_sum, 'p': page, 'row': page_size, 'tojs': 'userProjectListPost'})
return mw.returnJson(True, 'OK', data)