2023-09-15 18:47:16 +08:00

7 lines
152 B
Plaintext

dictDataLists({
type_value: '{DICT_TYPE}',
page_type: 0
}).then((res: any) => {
dictData.{DICT_TYPE} = res.lists
})