impaktapps-ui-builder 1.0.430-test.1 → 1.0.430-test.2
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.
|
@@ -10976,7 +10976,7 @@ var service = (funcParams) => {
|
|
|
10976
10976
|
return response == null ? void 0 : response.data;
|
|
10977
10977
|
},
|
|
10978
10978
|
getSelectOptions: async function(param) {
|
|
10979
|
-
if (param.serachValue !==
|
|
10979
|
+
if (param.serachValue !== void 0) {
|
|
10980
10980
|
const apiBody = [
|
|
10981
10981
|
{ key: "searchValue", value: param.serachValue },
|
|
10982
10982
|
{ key: "currentValue", value: param.currentValue }
|