修复菜单排序问题
This commit is contained in:
@@ -40,6 +40,6 @@ export function delData(code) {
|
||||
return request({
|
||||
url: '/article/delList',
|
||||
method: 'delete',
|
||||
data:"string"==typeof(code)?code:[code]
|
||||
data:"string"==typeof(code)?[code]:code
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user