ztxkui 4.3.39 → 4.3.40
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.
|
@@ -645,6 +645,7 @@ function EnhanceSelect(_a) {
|
|
|
645
645
|
}
|
|
646
646
|
else {
|
|
647
647
|
if (typeof restProps.value === 'string' ||
|
|
648
|
+
typeof restProps.value === 'number' ||
|
|
648
649
|
(Array.isArray(restProps.value) && restProps.value.length > 0)) {
|
|
649
650
|
// console.log('第二次请求数据,默认为需要根据主键去请求', restProps.value);
|
|
650
651
|
setFirstLoading(true);
|