@tddc/assign-modal 1.1.3 → 1.1.4
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.
|
@@ -320,7 +320,7 @@ var AssignModal = function AssignModal(props) {
|
|
|
320
320
|
onChange: checkAllOrg,
|
|
321
321
|
checked: allOrgChecked,
|
|
322
322
|
disabled: disabled
|
|
323
|
-
}, "\u5168\
|
|
323
|
+
}, "\u5168\u90E8\u673A\u6784\u53EF\u7528"))), /*#__PURE__*/_react.default.createElement(_tree.default, {
|
|
324
324
|
blockNode: true,
|
|
325
325
|
className: "tree-list",
|
|
326
326
|
checkable: true,
|
|
@@ -339,7 +339,7 @@ var AssignModal = function AssignModal(props) {
|
|
|
339
339
|
onChange: checkedAllApp,
|
|
340
340
|
checked: allAppChecked,
|
|
341
341
|
disabled: disabled
|
|
342
|
-
}, "\u5168\
|
|
342
|
+
}, "\u5168\u90E8\u6E20\u9053\u53EF\u7528"))), /*#__PURE__*/_react.default.createElement("div", {
|
|
343
343
|
className: "menu-body"
|
|
344
344
|
}, appList.map(function (item, index) {
|
|
345
345
|
var isCheck = appKeys === null || appKeys === void 0 ? void 0 : appKeys.includes(item.value);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tddc/assign-modal",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Layout",
|
|
5
5
|
"author": "zj <jun.zhang002383@tongdun.net>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"jsencrypt": "^3.2.1"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "f3afe7328b29dab1a4dffd1e1c916e067ee7eb8a"
|
|
22
22
|
}
|