mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-02 19:28:12 +00:00
7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
dictDataLists({
|
|
type_value: '{DICT_TYPE}',
|
|
page_type: 0
|
|
}).then((res: any) => {
|
|
dictData.{DICT_TYPE} = res.lists
|
|
})
|