ls-pro-common 3.1.67 → 3.1.68
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.
|
@@ -49,10 +49,10 @@ var AreaCascader = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
49
49
|
delete item.level;
|
|
50
50
|
delete item.parentId;
|
|
51
51
|
});
|
|
52
|
+
setOptions(opts);
|
|
52
53
|
if (opts.length > 0) {
|
|
53
54
|
setCache('areaOptions', opts, true);
|
|
54
55
|
}
|
|
55
|
-
setOptions(opts);
|
|
56
56
|
case 11:
|
|
57
57
|
case "end":
|
|
58
58
|
return _context.stop();
|
|
@@ -108,11 +108,11 @@ var AreaPicker = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
108
108
|
delete item.id;
|
|
109
109
|
delete item.parentId;
|
|
110
110
|
});
|
|
111
|
+
setOptions(opts);
|
|
112
|
+
setShowData(opts);
|
|
111
113
|
if (opts.length > 0) {
|
|
112
114
|
setCache('areaOptionsPanel', opts, true);
|
|
113
115
|
}
|
|
114
|
-
setOptions(opts);
|
|
115
|
-
setShowData(opts);
|
|
116
116
|
case 12:
|
|
117
117
|
case "end":
|
|
118
118
|
return _context.stop();
|
|
@@ -49,10 +49,10 @@ var AreaCascader = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
49
49
|
delete item.level;
|
|
50
50
|
delete item.parentId;
|
|
51
51
|
});
|
|
52
|
+
setOptions(opts);
|
|
52
53
|
if (opts.length > 0) {
|
|
53
54
|
setCache('areaOptions', opts, true);
|
|
54
55
|
}
|
|
55
|
-
setOptions(opts);
|
|
56
56
|
case 11:
|
|
57
57
|
case "end":
|
|
58
58
|
return _context.stop();
|
|
@@ -108,11 +108,11 @@ var AreaPicker = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
108
108
|
delete item.id;
|
|
109
109
|
delete item.parentId;
|
|
110
110
|
});
|
|
111
|
+
setOptions(opts);
|
|
112
|
+
setShowData(opts);
|
|
111
113
|
if (opts.length > 0) {
|
|
112
114
|
setCache('areaOptionsPanel', opts, true);
|
|
113
115
|
}
|
|
114
|
-
setOptions(opts);
|
|
115
|
-
setShowData(opts);
|
|
116
116
|
case 12:
|
|
117
117
|
case "end":
|
|
118
118
|
return _context.stop();
|