修改案例专业分类

This commit is contained in:
joshen@zcwytd.com
2023-08-02 20:22:59 +08:00
parent 7cb325c38d
commit 2e4b7d0a4f
2 changed files with 24 additions and 9 deletions

View File

@@ -102,6 +102,10 @@ const queryComments = function (pageSize) {
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) {
@@ -196,6 +200,7 @@ export default {
queryPraises,
queryComments,
majorTypes,
newMajorTypes,
details,
ids,
excellent,