案例专业分类复原

This commit is contained in:
joshen@zcwytd.com
2023-08-03 17:16:40 +08:00
parent 883c613823
commit 570e424910
3 changed files with 12 additions and 22 deletions

View File

@@ -103,9 +103,6 @@ const majorTypes = function () {
return ajax.get('/xboe/m/boe/cases/majorTypes');
}
const newMajorTypes = function(data){
return ajax.post('/xboe/m/dictionary/queryPage',data);
}
/**
* 详情新*/
const details = function (id, addView) {
@@ -200,7 +197,6 @@ export default {
queryPraises,
queryComments,
majorTypes,
newMajorTypes,
details,
ids,
excellent,