@zgfe/modules-dm 1.0.57-zhongyuan.29 → 1.0.57-zhongyuan.30
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.
|
@@ -1391,14 +1391,13 @@ var TablePlus = function TablePlus(props) {
|
|
|
1391
1391
|
okText: "\u786E\u5B9A",
|
|
1392
1392
|
open: triggeringShow,
|
|
1393
1393
|
onOk: function onOk() {
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
} else {
|
|
1394
|
+
updateEvent({
|
|
1395
|
+
triggeringOccasion: triggeringInput,
|
|
1396
|
+
triggerLabelId: triTagId
|
|
1397
|
+
}, function () {
|
|
1398
|
+
setTriggeringShow(false);
|
|
1399
|
+
});
|
|
1400
|
+
if (!triTagId) {
|
|
1402
1401
|
delLabelRelation(eventData === null || eventData === void 0 ? void 0 : eventData.triggerLabelId, 3);
|
|
1403
1402
|
}
|
|
1404
1403
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-dm",
|
|
3
|
-
"version": "1.0.57-zhongyuan.
|
|
3
|
+
"version": "1.0.57-zhongyuan.30",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"umi-request": "^1.4.0",
|
|
58
58
|
"yorkie": "^2.0.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "ea55498d0cf9bbe5fff4c77c94d8f662e1329257",
|
|
61
61
|
"gitHooks": {
|
|
62
62
|
"pre-commit": "lint-staged"
|
|
63
63
|
}
|