pref: 添加子任务时输入框为空,回车时提示的图标错误
This commit is contained in:
parent
88f3d3821e
commit
6e76514a24
@ -917,7 +917,7 @@ export default {
|
|||||||
|
|
||||||
onAddsub() {
|
onAddsub() {
|
||||||
if (this.addsubName == '') {
|
if (this.addsubName == '') {
|
||||||
$A.messageSuccess('任务描述不能为空');
|
$A.messageError('任务描述不能为空');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.addsubLoad++;
|
this.addsubLoad++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user