From f7d1f17bdcb8c3e794a798165737bb7529dbe8ca Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 三月 2020 12:15:19 +0800 Subject: [PATCH] 2020-03-26 --- src/tabviews/subtable/index.jsx | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/tabviews/subtable/index.jsx b/src/tabviews/subtable/index.jsx index e11eef8..829ebfe 100644 --- a/src/tabviews/subtable/index.jsx +++ b/src/tabviews/subtable/index.jsx @@ -12,14 +12,14 @@ import options from '@/store/options.js' import SubTable from '@/tabviews/zshare/normalTable' -// import SubAction from '@/tabviews/zshare/actionList' import SubSearch from '@/tabviews/zshare/topSearch' +import asyncComponent from '@/utils/asyncComponent' import asyncLoadComponent from '@/utils/asyncLoadComponent' import NotFount from '@/components/404' import './index.scss' -const SubAction = asyncLoadComponent(() => import('@/tabviews/zshare/actionList')) +const SubAction = asyncComponent(() => import('@/tabviews/zshare/actionList')) const SubTabTable = asyncLoadComponent(() => import('@/tabviews/subtabtable')) class SubTabViewTable extends Component { @@ -57,7 +57,6 @@ pageSize: 10, // 姣忛〉鏁版嵁鏉℃暟 orderBy: '', // 鎺掑簭 search: '', // 鎼滅储鏉′欢鏁扮粍锛屼娇鐢ㄦ椂闇�鍒嗗満鏅鐞� - configMap: {}, // 椤甸潰閰嶇疆淇℃伅锛氫笅鎷夈�佹寜閽瓑 popAction: false, // 寮规椤甸潰锛屾寜閽俊鎭� popData: false, // 寮规椤甸潰锛屾墍閫夌殑琛ㄦ牸鏁版嵁 visible: false, // 寮规鏄剧ず闅愯棌鎺у埗 @@ -625,7 +624,7 @@ pageSize: 10, orderBy: '', search: '', - configMap: {} + triggerBtn: null }, () => { this.loadconfig() }) @@ -780,7 +779,7 @@ BID={this.props.BID} BData={this.props.BData} dict={this.state.dict} - MenuID={this.props.SupMenuID} + MenuID={this.props.MenuID} permRoles={this.props.permRoles} logcolumns={this.state.logcolumns} refreshdata={this.refreshbyaction} -- Gitblit v1.8.0