指标分类管理新增createUser参数

main
于阔 9 months ago
parent 5c6f699d55
commit 1732e4bcba

@ -67,6 +67,7 @@ const { tableRegister, tableState, tableMethods } = useTable({
const res = await getIndexCategoryListApi({
pageNum: unref(currentPage),
pageSize: unref(pageSize),
createUser: userInfo.session_loginName,
...unref(searchParams)
})
return {

Loading…
Cancel
Save