|  | @@ -347,7 +347,7 @@ class ChannelUnit extends Component {
 | 
												
													
														
															|  |            informationTransferVisible: true,
 |  |            informationTransferVisible: true,
 | 
												
													
														
															|  |          });
 |  |          });
 | 
												
													
														
															|  |        },
 |  |        },
 | 
												
													
														
															|  | -      onCancel() {},
 |  | 
 | 
												
													
														
															|  | 
 |  | +      onCancel() { },
 | 
												
													
														
															|  |      });
 |  |      });
 | 
												
													
														
															|  |    }
 |  |    }
 | 
												
													
														
															|  |    //转交
 |  |    //转交
 | 
												
											
												
													
														
															|  | @@ -399,6 +399,7 @@ class ChannelUnit extends Component {
 | 
												
													
														
															|  |    // 移出渠道
 |  |    // 移出渠道
 | 
												
													
														
															|  |    remove() {
 |  |    remove() {
 | 
												
													
														
															|  |      const { dataSource, selectedRowKeys, ispage } = this.state;
 |  |      const { dataSource, selectedRowKeys, ispage } = this.state;
 | 
												
													
														
															|  | 
 |  | +    const _this = this
 | 
												
													
														
															|  |      Modal.confirm({
 |  |      Modal.confirm({
 | 
												
													
														
															|  |        title: "您确定将以下渠道移至公共渠道吗??",
 |  |        title: "您确定将以下渠道移至公共渠道吗??",
 | 
												
													
														
															|  |        content: (
 |  |        content: (
 | 
												
											
												
													
														
															|  | @@ -428,24 +429,24 @@ class ChannelUnit extends Component {
 | 
												
													
														
															|  |                thedata = {};
 |  |                thedata = {};
 | 
												
													
														
															|  |              } else {
 |  |              } else {
 | 
												
													
														
															|  |                message.success("移除成功");
 |  |                message.success("移除成功");
 | 
												
													
														
															|  | -              this.loadData(
 |  | 
 | 
												
													
														
															|  | -                dataSource.length === 1
 |  | 
 | 
												
													
														
															|  | -                  ? ispage === 1
 |  | 
 | 
												
													
														
															|  | -                    ? 1
 |  | 
 | 
												
													
														
															|  | -                    : ispage - 1
 |  | 
 | 
												
													
														
															|  | -                  : ispage
 |  | 
 | 
												
													
														
															|  | -              );
 |  | 
 | 
												
													
														
															|  |              }
 |  |              }
 | 
												
													
														
															|  | 
 |  | +            _this.loadData(
 | 
												
													
														
															|  | 
 |  | +              dataSource.length === 1
 | 
												
													
														
															|  | 
 |  | +                ? ispage === 1
 | 
												
													
														
															|  | 
 |  | +                  ? 1
 | 
												
													
														
															|  | 
 |  | +                  : ispage - 1
 | 
												
													
														
															|  | 
 |  | +                : ispage
 | 
												
													
														
															|  | 
 |  | +            )
 | 
												
													
														
															|  |            }.bind(this),
 |  |            }.bind(this),
 | 
												
													
														
															|  |          }).always(
 |  |          }).always(
 | 
												
													
														
															|  |            function () {
 |  |            function () {
 | 
												
													
														
															|  | -            this.setState({
 |  | 
 | 
												
													
														
															|  | 
 |  | +            _this.setState({
 | 
												
													
														
															|  |                loading: false,
 |  |                loading: false,
 | 
												
													
														
															|  |              });
 |  |              });
 | 
												
													
														
															|  |            }.bind(this)
 |  |            }.bind(this)
 | 
												
													
														
															|  |          );
 |  |          );
 | 
												
													
														
															|  |        },
 |  |        },
 | 
												
													
														
															|  | -      onCancel() {},
 |  | 
 | 
												
													
														
															|  | 
 |  | +      onCancel() { },
 | 
												
													
														
															|  |      });
 |  |      });
 | 
												
													
														
															|  |    }
 |  |    }
 | 
												
													
														
															|  |    selectAuto(value, options) {
 |  |    selectAuto(value, options) {
 |