【smart-app更新】1、版本更新记录;2、复杂表单‘3、引入tabs组件

This commit is contained in:
zhuoda
2024-03-13 21:05:28 +08:00
parent 3b31558adb
commit d170a9d189
18 changed files with 2717 additions and 368 deletions

View File

@@ -14,4 +14,11 @@ export const changeLogApi = {
queryPage: (param) => {
return postRequest('/support/changeLog/queryPage', param);
},
/**
* 详情 @author 卓大
*/
getDetail: (changeLogId) => {
return getRequest(`/support/changeLog/getDetail/${changeLogId}`);
},
};