Skip to content

Commit

Permalink
refactor processController
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 committed Oct 16, 2023
1 parent 493f428 commit 5a8115d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { queryDataByParams } from '@/services/BusinessCrud';

export function getConsoleData() {
return queryDataByParams('api/process/getConsoleByUserId');
// return queryDataByParams('api/process/getConsoleByUserId');
}

0 comments on commit 5a8115d

Please sign in to comment.