@zgfe/modules-dm 1.0.2-dm.1 → 1.0.2-dm.2
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.
|
@@ -150,6 +150,11 @@ var CollectionEventList = function CollectionEventList(props) {
|
|
|
150
150
|
|
|
151
151
|
|
|
152
152
|
var createEventGroup = function createEventGroup() {
|
|
153
|
+
if (eventNameInput == '') {
|
|
154
|
+
message.error('请输入分组名称');
|
|
155
|
+
return;
|
|
156
|
+
}
|
|
157
|
+
|
|
153
158
|
if (eventNameInput.length > 20) {
|
|
154
159
|
message.error('名称不可超过20字符');
|
|
155
160
|
return;
|