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

还原

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