zmdms-webui 0.0.170 → 0.0.171
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/dist/es/table/table.js +0 -1
- package/package.json +1 -1
package/dist/es/table/table.js
CHANGED
|
@@ -49,7 +49,6 @@ var Table = function (props) {
|
|
|
49
49
|
var hiddenDelBtnHandleRef = useLatest(hiddenDelBtnHandle);
|
|
50
50
|
// 得到动态列配置信息
|
|
51
51
|
var _l = useDynamicListByColumns(columns, dynamicKey), defaultDynamicList = _l.defaultDynamicList, onCurrentListChange = _l.onCurrentListChange, currentDynamicList = _l.currentDynamicList, dynamicSettingRef = _l.dynamicSettingRef;
|
|
52
|
-
console.log(currentDynamicList);
|
|
53
52
|
// 针对SCU和增减行 做特殊处理
|
|
54
53
|
var _m = useScuRfresh(), refreshScuCell = _m.refreshScuCell, getRefreshScuCell = _m.getRefreshScuCell;
|
|
55
54
|
// 内部分页相关配置
|