|
@@ -103,6 +103,7 @@ const User = Form.create()(React.createClass({
|
|
|
pageNo: pageNo || 1,
|
|
|
pageSize: this.state.paginations.pageSize,
|
|
|
name: this.state.userNameSearchs,
|
|
|
+ status: "正常"
|
|
|
// departmentId: admin?this.state.organizationSearch:departmentId,
|
|
|
// rid: this.state.rolesSearch,
|
|
|
// duty: this.state.postSearch,
|
|
@@ -281,7 +282,7 @@ const User = Form.create()(React.createClass({
|
|
|
let rowItem;
|
|
|
for(let idx = 0; idx < this.state.selectedRows.length; idx++) {
|
|
|
rowItem = this.state.selectedRows[idx];
|
|
|
- console.log(rowItem.id);
|
|
|
+ // console.log(rowItem.id);
|
|
|
if(rowItem.id) {
|
|
|
deletedIds = rowItem.id;
|
|
|
};
|