管理案例页面增加取消推荐案例和推荐案例

This commit is contained in:
lmj
2022-12-06 12:02:28 +08:00
parent 5e198e60b0
commit 3140d04b7c
3 changed files with 61 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ const ids=function (data){
* }
* */
const excellent=function(data){
return ajax.post('/xboe/m/boe/cases/excellent')
return ajax.post('/xboe/m/boe/cases/excellent',data)
}
export default {