
通知公告
前端调用后台接口** 查询公告列表 *getList { this.loading = true; listNoticethis.queryParams.thenresponse = { this.noticeList = response.rows; this.total = response.tot......
前端调用后台接口** 查询公告列表 *getList { this.loading = true; listNoticethis.queryParams.thenresponse = { this.noticeList = response.rows; this.total = response.tot......
前端调用后台接口** 查询参数列表 *getList { this.loading = true; listConfigthis.addDateRangethis.queryParams, this.dateRange.thenresponse = { this.configList = response......
字典列表页面查询字典类型列表** 查询字典类型列表 *getList { this.loading = true; listTypethis.addDateRangethis.queryParams, this.dateRange.then response = { this.typeList = ......
前端调用后台接口** 查询岗位列表 *getList { this.loading = true; listPostthis.queryParams.thenresponse = { this.postList = response.rows; this.total = response.total; ......
查询部门列表** 查询部门列表 *getList { this.loading = true; listDeptthis.queryParams.thenresponse = { this.deptList = response.data; this.loading = false; };}调用后台接......