File tree Expand file tree Collapse file tree 5 files changed +284
-15
lines changed
Expand file tree Collapse file tree 5 files changed +284
-15
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { request } from '@/utils/request'
22
33export const variablesApi = {
44 save : ( data : any ) => request . post ( '/sys_variable/save' , data ) ,
5- listAll : ( ) => request . post ( '/sys_variable/listAll' ) ,
5+ listAll : ( ) => request . post ( '/sys_variable/listAll' , { } ) ,
66 listPage : ( pageNum : any , pageSize : any , data : any ) =>
77 request . post ( `/sys_variable/listPage/${ pageNum } /${ pageSize } ` , data ) ,
88 delete : ( data : any ) => request . post ( `/sys_variable/delete` , data ) ,
Original file line number Diff line number Diff line change 88 "Details" : " Details"
99 },
1010 "variables" : {
11+ "โโcannot_be_empty" : " Variable values โโcannot be empty." ,
12+ "1_to_100" : " {name}, the numerical range is {min} to {max}." ,
13+ "1_to_100_de" : " {name}, the date range is {min} to {max}." ,
1114 "system_variables" : " System Variables" ,
15+ "variables" : " Variables" ,
1216 "system" : " System" ,
1317 "search_variables" : " Search Variables" ,
1418 "add_variable" : " Add Variable" ,
Original file line number Diff line number Diff line change 88 "Details" : " ์ธ๋ถ"
99 },
1010 "variables" : {
11+ "โโcannot_be_empty" : " ๋ณ์ ๊ฐ์ ๋น์ด ์์ ์ ์์ต๋๋ค." ,
12+ "1_to_100" : " {name}, ์ซ์ ๋ฒ์๋ {min}๋ถํฐ {max}๊น์ง์
๋๋ค." ,
13+ "1_to_100_de" : " {name}, ๋ ์ง ๋ฒ์๋ {min}๋ถํฐ {max}๊น์ง์
๋๋ค." ,
1114 "system_variables" : " ์์คํ
๋ณ์" ,
15+ "variables" : " ๋ณ์" ,
1216 "system" : " ์ฒด๊ณ" ,
1317 "search_variables" : " ๋ณ์ ๊ฒ์" ,
1418 "add_variable" : " ๋ณ์ ์ถ๊ฐ" ,
Original file line number Diff line number Diff line change 88 "Details" : " ่ฏฆๆ
"
99 },
1010 "variables" : {
11+ "โโcannot_be_empty" : " ๅ้ๅผไธ่ฝไธบ็ฉบ" ,
12+ "1_to_100" : " {name}ๆฐๅผ่ๅด {min}๏ฝ{max}" ,
13+ "1_to_100_de" : " {name}ๆฅๆ่ๅด {min}๏ฝ{max}" ,
1114 "system_variables" : " ็ณป็ปๅ้" ,
15+ "variables" : " ๅ้" ,
1216 "system" : " ็ณป็ป" ,
1317 "search_variables" : " ๆ็ดขๅ้" ,
1418 "add_variable" : " ๆทปๅ ๅ้" ,
885889 "to_doc" : " ๆฅ็ API" ,
886890 "trigger_limit" : " ๆๅคๆฏๆๅๅปบ {0} ไธช API Key"
887891 }
888- }
892+ }
You canโt perform that action at this time.
0 commit comments