|
@@ -128,7 +128,7 @@ function onSave() {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
if ((report.value.reportName || '').trim() == '') {
|
|
if ((report.value.reportName || '').trim() == '') {
|
|
|
- message.warning("请填写报告名字!");
|
|
|
|
|
|
|
+ message.warning("请填写报告名称!");
|
|
|
reportNameEl.value?.focus();
|
|
reportNameEl.value?.focus();
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|