to Commpany

This commit is contained in:
ibuler
2016-11-25 08:39:24 +08:00
parent 72ad4b44ce
commit d8a229c09b
5 changed files with 41 additions and 40 deletions

View File

@@ -214,9 +214,7 @@ function APIUpdateAttr(props) {
// Sweet Alert for Delete
function objectDelete(obj, name, url) {
var $this = $(this);
function doDelete() {
var uid = $this.data('uid');
var body = {};
var success = function() {
swal('Deleted!', "[ "+name+"]"+" has been deleted ", "success");