提交 2f628397 authored 作者: 钟是志's avatar 钟是志

norefeshxxxxxxxxxxxxxxxxxxxx 修改

上级 0fa1f2bd
......@@ -631,8 +631,8 @@ export default class tableCom extends Component {
if (
res != null &&
!(typeof res === 'function') &&
res !== 'norefeshxxxxxxxxxxxxxxxxxxxx'
!(typeof res === 'function')
// && res !== 'norefeshxxxxxxxxxxxxxxxxxxxx'
) {
// console.table(res);
this.setState({
......@@ -727,7 +727,7 @@ export default class tableCom extends Component {
if (
res != null &&
!(typeof res === 'function') &&
res !== 'norefeshxxxxxxxxxxxxxxxxxxxx'
// res !== 'norefeshxxxxxxxxxxxxxxxxxxxx'
) {
// console.table(res);
this.setState({
......@@ -830,7 +830,7 @@ export default class tableCom extends Component {
if (
res != null &&
!(typeof res === 'function') &&
res !== 'norefeshxxxxxxxxxxxxxxxxxxxx'
// res !== 'norefeshxxxxxxxxxxxxxxxxxxxx'
) {
// console.log(res);
this.setState(
......@@ -917,7 +917,9 @@ export default class tableCom extends Component {
if (callback) {
if (json.optionType && json.optionType == 'func') {
const res = callback(data);
if (res != null && !(typeof res === 'function') && res !== 'norefeshxxxxxxxxxxxxxxxxxxxx') {
if (res != null && !(typeof res === 'function')
// && res !== 'norefeshxxxxxxxxxxxxxxxxxxxx'
) {
// console.log(res);
this.setState({
options: res,
......@@ -1057,7 +1059,10 @@ export default class tableCom extends Component {
this.props.concealModel,
);
if (base52) {
if (value != null && value === 'norefeshxxxxxxxxxxxxxxxxxxxx') {
if (value != null
// && value === 'norefeshxxxxxxxxxxxxxxxxxxxx'
)
{
} else {
/**
* 会出现重复调用2次,然后NAN造成无限循环
......@@ -1068,7 +1073,9 @@ export default class tableCom extends Component {
if (json.comName === 'Button') {
return value;
} else if (json.optionType && json.optionType === 'func') {
if (value != null && !(typeof value === 'function') && value !== 'norefeshxxxxxxxxxxxxxxxxxxxx') {
if (value != null && !(typeof value === 'function')
// && value !== 'norefeshxxxxxxxxxxxxxxxxxxxx'
) {
// console.log(value);
this.setState({
options: value,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论