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