添加新接口
This commit is contained in:
parent
0540dd0db0
commit
786a3ef0dd
|
@ -265,6 +265,7 @@
|
|||
var notifies = data.data;
|
||||
var cnt = notifies.length;
|
||||
|
||||
|
||||
$('#notificationIcon').find('span').remove();
|
||||
$('#notificationList').empty();
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@
|
|||
</form>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-danger" onClick="sendModifyNotification({{ notify['id'] }});">Delete</button>
|
||||
<button type="button" class="btn btn-danger" onClick="sendDeleteNotification({{ notify['id'] }});">Delete</button>
|
||||
<button type="button" class="btn btn-white" data-dismiss="modal">Cancel</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue