@zgfe/business-lib 1.2.34-lijingyu1538.7 → 1.2.34-lijingyu1538.9
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.
|
@@ -148,7 +148,7 @@ var CdpConditionItem = function CdpConditionItem(props) {
|
|
|
148
148
|
});
|
|
149
149
|
}
|
|
150
150
|
if (params || between) {
|
|
151
|
-
setFieldValue(operator === 'between' ? between :
|
|
151
|
+
setFieldValue(operator === 'between' ? between : params);
|
|
152
152
|
}
|
|
153
153
|
onDatasetChange(datasetTable);
|
|
154
154
|
setTimeout(function () {
|
|
@@ -190,7 +190,7 @@ var BizUserCondition = function BizUserCondition(props) {
|
|
|
190
190
|
return request(Apis.queryMetaDatasetList, {
|
|
191
191
|
method: 'post',
|
|
192
192
|
data: {
|
|
193
|
-
appId:
|
|
193
|
+
appId: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId
|
|
194
194
|
}
|
|
195
195
|
});
|
|
196
196
|
case 3:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.2.34-lijingyu1538.
|
|
3
|
+
"version": "1.2.34-lijingyu1538.9",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react": "^16.12.0 || ^17.0.0",
|
|
56
56
|
"yorkie": "^2.0.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "04c63c3aac3edca85ad593fcc3cd25a8a743f5a4",
|
|
59
59
|
"gitHooks": {
|
|
60
60
|
"pre-commit": "lint-staged"
|
|
61
61
|
}
|