component-shipinlv 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -82,15 +82,19 @@ var VideoPublishCreateTaskBase = function VideoPublishCreateTaskBase(_ref) {
|
|
82
82
|
key: "account-".concat(items.id)
|
83
83
|
});
|
84
84
|
});
|
85
|
-
var
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
85
|
+
var list = Object.values(dict);
|
86
|
+
var treeData = [];
|
87
|
+
if (list.length > 0) {
|
88
|
+
treeData.push({
|
89
|
+
key: 'all',
|
90
|
+
value: 'all',
|
91
|
+
title: /*#__PURE__*/_jsx(Tag, {
|
92
|
+
color: "blue",
|
93
|
+
children: "\u5168\u90E8"
|
94
|
+
}),
|
95
|
+
children: list
|
96
|
+
});
|
97
|
+
}
|
94
98
|
setTreeVideoAccountData(treeData);
|
95
99
|
}
|
96
100
|
}),
|