This commit is contained in:
2023-06-21 11:32:15 +08:00
parent 32e4fff568
commit 5256338245
2 changed files with 1 additions and 19 deletions

View File

@ -50,11 +50,3 @@ export function refreshCache() {
method: "delete",
});
}
// 获取字典选择框列表
export function optionselect() {
return request({
url: "/system/dict/type/optionselect",
method: "get",
});
}