From 70c47c170ae1cc154e68c1af407e4f6ebf04669e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 03 十二月 2019 19:25:01 +0800 Subject: [PATCH] 2019-12-03 --- src/tabviews/commontable/index.jsx | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/src/tabviews/commontable/index.jsx b/src/tabviews/commontable/index.jsx index d092828..b3a7690 100644 --- a/src/tabviews/commontable/index.jsx +++ b/src/tabviews/commontable/index.jsx @@ -318,24 +318,6 @@ UNSAFE_componentWillMount () { // 缁勪欢鍔犺浇鏃讹紝鑾峰彇鑿滃崟鏁版嵁 this.loadconfig() - // this.loadmaindata() - - // this.setState({ - // data: [1,2,3,4,5,6,7,8,9,10].map((item, index) => { - // return { - // key: index, - // ID: item + 'mainkey', - // ExRateName: '$', - // SupplierName: '澶╃尗' + item + '搴�', - // SupShortName: '澶╃尗', - // SupplierCode: '201922' + item, - // OrgName: '闃块噷宸村反', - // OrgCode: '302999', - // PlanDate: '2019-11-' + (item < 10 ? '0' + item : item) - // } - // }), - // total: 329 - // }) } shouldComponentUpdate (nextProps, nextState) { -- Gitblit v1.8.0