fix:提交冲突

This commit is contained in:
zhengxinonly
2022-05-24 18:59:51 +08:00
7 changed files with 58 additions and 102 deletions
+1
View File
@@ -148,6 +148,7 @@
return false;
});
iconPicker.render({
// 选择器,推荐使用input
elem: '#icon',
+2 -1
View File
@@ -62,8 +62,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) {