@zgfe/modules-interval 1.0.0-interval.39 → 1.0.0-interval.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.
|
@@ -125,6 +125,7 @@ var EventContent = function EventContent(props) {
|
|
|
125
125
|
cancel();
|
|
126
126
|
}
|
|
127
127
|
if (searchData !== null && searchData !== void 0 && (_searchData$associate = searchData.associatedNextAttr) !== null && _searchData$associate !== void 0 && _searchData$associate.type && (searchData === null || searchData === void 0 ? void 0 : (_searchData$associate2 = searchData.associatedPreAttr) === null || _searchData$associate2 === void 0 ? void 0 : _searchData$associate2.type) !== (searchData === null || searchData === void 0 ? void 0 : (_searchData$associate3 = searchData.associatedNextAttr) === null || _searchData$associate3 === void 0 ? void 0 : _searchData$associate3.type)) {
|
|
128
|
+
setLoading(false);
|
|
128
129
|
return message.error('您查询的属性不一致,暂不支持查询');
|
|
129
130
|
}
|
|
130
131
|
var params = searchDataParams(searchData);
|