doway-coms 2.11.75 → 2.11.76
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/package.json
CHANGED
|
@@ -2383,6 +2383,10 @@ export default {
|
|
|
2383
2383
|
colParams['disabledDateValue'] =
|
|
2384
2384
|
originCol.disabledDateValue == undefined ? 0: originCol.disabledDateValue
|
|
2385
2385
|
}
|
|
2386
|
+
if (originCol.localFilter){
|
|
2387
|
+
colParams['localFilter'] = originCol.localFilter
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2386
2390
|
colParams['disableUserVisible'] = originCol.disableUserVisible === true
|
|
2387
2391
|
colParams['disablePrevYearBtn'] = true
|
|
2388
2392
|
colParams['disableNextYearBtn'] = true
|