@ccs-ui/rc-pro 1.0.7-rc.34 → 1.0.7-rc.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/pro-table/index.js +0 -10
- package/package.json +1 -1
package/es/pro-table/index.js
CHANGED
|
@@ -160,16 +160,6 @@ var ProTable = function ProTable(props) {
|
|
|
160
160
|
return f.onFormat;
|
|
161
161
|
});
|
|
162
162
|
}, []);
|
|
163
|
-
useEffect(function () {
|
|
164
|
-
try {
|
|
165
|
-
var localBusiness = require('@/components/business');
|
|
166
|
-
var localCommon = require('@/components/common');
|
|
167
|
-
console.log('localCommon', localCommon);
|
|
168
|
-
console.log('localBusiness', localBusiness);
|
|
169
|
-
} catch (e) {
|
|
170
|
-
console.log('e', e);
|
|
171
|
-
}
|
|
172
|
-
}, []);
|
|
173
163
|
|
|
174
164
|
// 获取数据
|
|
175
165
|
var onRequestTree = /*#__PURE__*/function () {
|