若依前后端分离版

若依前后端分离版

通知公告

共376人围观 0人评论

前端调用后台接口** 查询公告列表 *getList { this.loading = true; listNoticethis.queryParams.thenresponse = { this.noticeList = response.rows; this.total = response.tot......

若依前后端分离版

参数设置

共508人围观 0人评论

前端调用后台接口** 查询参数列表 *getList { this.loading = true; listConfigthis.addDateRangethis.queryParams, this.dateRange.thenresponse = { this.configList = response......

若依前后端分离版

字典管理

共365人围观 0人评论

字典列表页面查询字典类型列表** 查询字典类型列表 *getList { this.loading = true; listTypethis.addDateRangethis.queryParams, this.dateRange.then response = { this.typeList = ......

若依前后端分离版

岗位管理

共365人围观 0人评论

前端调用后台接口** 查询岗位列表 *getList { this.loading = true; listPostthis.queryParams.thenresponse = { this.postList = response.rows; this.total = response.total; ......

若依前后端分离版

部门管理

共375人围观 0人评论

查询部门列表** 查询部门列表 *getList { this.loading = true; listDeptthis.queryParams.thenresponse = { this.deptList = response.data; this.loading = false; };}调用后台接......

分类选择