|
@@ -948,6 +948,7 @@ $("#nft_add_form").submit(function(e) {
|
|
|
email,
|
|
|
userid,
|
|
|
account,
|
|
|
+ hashed_password: '',
|
|
|
is_superuser,
|
|
|
is_active: $("#is_active_checkbox").is(':checked')
|
|
|
}
|
|
@@ -968,7 +969,7 @@ axios({
|
|
|
Swal.fire({
|
|
|
title: '成功',
|
|
|
icon: 'success',
|
|
|
- text: '新增成功',
|
|
|
+ text: '修改成功',
|
|
|
confirmButtonColor: '#3085d6'
|
|
|
});
|
|
|
window.setTimeout(() => {
|