...
|
...
|
@@ -48,7 +48,7 @@ layui.define(['form', 'admin', 'layer', 'laytpl', 'common', 'view', 'sessions', |
|
|
var checks = reporttypeTable.checkStatus(false);
|
|
|
var ids = [];
|
|
|
$.each(checks, function (index, item) {
|
|
|
ids.push(item.it)
|
|
|
ids.push(item.id)
|
|
|
});
|
|
|
deletereporttype(ids);
|
|
|
});
|
...
|
...
|
@@ -244,4 +244,4 @@ layui.define(['form', 'admin', 'layer', 'laytpl', 'common', 'view', 'sessions', |
|
|
|
|
|
return { getChecks: getChecks};
|
|
|
});
|
|
|
}); |
|
|
\ No newline at end of file |
|
|
}); |
...
|
...
|
|