break:移除flask-restful

This commit is contained in:
zhengxinonly
2022-05-21 02:10:26 +08:00
parent d54eb4dc3e
commit 12d4dfe410
7 changed files with 58 additions and 103 deletions
+2 -1
View File
@@ -61,8 +61,9 @@
$.ajax({
url: '/api/v1/roles/role_power/' + data.field.roleId,
data: data.field,
data: JSON.stringify(data.field),
dataType: 'json',
contentType: 'application/json',
type: 'put',
success: function (result) {
if (result.success) {