|
@@ -169,6 +169,9 @@ export function useResizeTable(refName) {
|
|
if(HeightList&&WidthList) {
|
|
if(HeightList&&WidthList) {
|
|
columnsWArr.value = WidthList.split(',').map(_ =>Number(_));
|
|
columnsWArr.value = WidthList.split(',').map(_ =>Number(_));
|
|
rowsHArr.value = HeightList.split(',').map(_ =>Number(_));
|
|
rowsHArr.value = HeightList.split(',').map(_ =>Number(_));
|
|
|
|
+ nextTick(() => {
|
|
|
|
+ postSheetHeightMsg()
|
|
|
|
+ })
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
|