提交 9bf55582 authored 作者: 钟是志's avatar 钟是志

还原

上级 2f628397
...@@ -726,8 +726,8 @@ export default class tableCom extends Component { ...@@ -726,8 +726,8 @@ export default class tableCom extends Component {
const res = callback(data); const res = callback(data);
if ( if (
res != null && res != null &&
!(typeof res === 'function') && !(typeof res === 'function')
// res !== 'norefeshxxxxxxxxxxxxxxxxxxxx' //&& res !== 'norefeshxxxxxxxxxxxxxxxxxxxx'
) { ) {
// console.table(res); // console.table(res);
this.setState({ this.setState({
...@@ -829,8 +829,8 @@ export default class tableCom extends Component { ...@@ -829,8 +829,8 @@ export default class tableCom extends Component {
const res = callback(data); const res = callback(data);
if ( if (
res != null && res != null &&
!(typeof res === 'function') && !(typeof res === 'function')
// res !== 'norefeshxxxxxxxxxxxxxxxxxxxx' // && res !== 'norefeshxxxxxxxxxxxxxxxxxxxx'
) { ) {
// console.log(res); // console.log(res);
this.setState( this.setState(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论