@bit-sun/business-component 4.2.1-alpha.2-aiwei → 4.2.1-alpha.3-aiwei
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/index.esm.js
CHANGED
|
@@ -10583,7 +10583,6 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
10583
10583
|
tableSearchForm: tableSearchForm,
|
|
10584
10584
|
isHorizontally: true,
|
|
10585
10585
|
tableSearchColSpan: 6,
|
|
10586
|
-
visibleFieldsCount: 13,
|
|
10587
10586
|
tableColumns: [{
|
|
10588
10587
|
title: '序号',
|
|
10589
10588
|
dataIndex: 'keyIndex',
|
package/dist/index.js
CHANGED
|
@@ -10606,7 +10606,6 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
10606
10606
|
tableSearchForm: tableSearchForm,
|
|
10607
10607
|
isHorizontally: true,
|
|
10608
10608
|
tableSearchColSpan: 6,
|
|
10609
|
-
visibleFieldsCount: 13,
|
|
10610
10609
|
tableColumns: [{
|
|
10611
10610
|
title: '序号',
|
|
10612
10611
|
dataIndex: 'keyIndex',
|
package/package.json
CHANGED
|
@@ -317,7 +317,7 @@ export default () => {
|
|
|
317
317
|
},
|
|
318
318
|
// prefixUrl: { selectPrefix: '/bop/api', formSelectFix: '/bop/api' },
|
|
319
319
|
selectProps,
|
|
320
|
-
selectBusinessType: '
|
|
320
|
+
selectBusinessType: 'skuCommodity',
|
|
321
321
|
};
|
|
322
322
|
|
|
323
323
|
const onTabChange = (key) => {
|