|
@@ -46,7 +46,7 @@ export function delType(dictId) {
|
|
|
// 刷新字典缓存
|
|
|
export function refreshCache() {
|
|
|
return request({
|
|
|
- url: '/system/dict/type/refreshCache',
|
|
|
+ url: '/system/dict/type/clearCache',
|
|
|
method: 'delete'
|
|
|
})
|
|
|
}
|
|
@@ -57,4 +57,4 @@ export function optionselect() {
|
|
|
url: '/system/dict/type/optionselect',
|
|
|
method: 'get'
|
|
|
})
|
|
|
-}
|
|
|
+}
|