zhangyuewww 2 年 前
コミット
f39031f3e5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages/task/my_task.vue

+ 1 - 1
pages/task/my_task.vue

@@ -364,7 +364,7 @@
 					data.currentPage = pages
 					data.pageSize = limit
 					data.roleId = this.userInfo.roleIds
-					data.userId = this.userInfo.id
+					data.createUserId = this.userInfo.id
 					data.searchKeyword = searchKeyword
 					url = '/commonUser/query/findHisPageNoticeTasksMy'
 				}