File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ type Result = {
55 data : Array < any > ;
66} ;
77
8- export const getAsyncRoutes = ( ) => {
9- return http . request < Result > ( "get" , "/get-async-routes" ) ;
10- } ;
11-
128// export const getAsyncRoutes = () => {
13- // return http.request<Result>("get", "api/menus/getAsyncRoutes/ ");
9+ // return http.request<Result>("get", "/get-async-routes ");
1410// };
11+
12+ export const getAsyncRoutes = ( ) => {
13+ return http . request < Result > ( "get" , "api/menus/getAsyncRoutes/" ) ;
14+ } ;
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ const permissionMap = {
5050 title =" "
5151 :columns =" tableColumns"
5252 :tableRef =" tableRef?.getTableRef()"
53+ @refresh =" onSearch"
5354 >
5455 <template #buttons >
5556 <el-button
You can’t perform that action at this time.
0 commit comments