统一post
This commit is contained in:
parent
4538ccfcbe
commit
3da89c6026
|
|
@ -110,7 +110,7 @@ public class TbProDepartController extends BaseController {
|
|||
*/
|
||||
@ApiOperation(value = "编辑项目部数据")
|
||||
@RequiresPermissions("base:depart:edit")
|
||||
@PostMapping
|
||||
@PostMapping("/edit")
|
||||
public AjaxResult edit(@Valid @RequestBody TbProDepart tbProDepart) {
|
||||
return tbProDepartService.update(tbProDepart);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue