mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 12:02:51 +00:00
no message
This commit is contained in:
parent
a6597b44c3
commit
95bf70f568
@ -908,3 +908,6 @@ URL格式不正确
|
|||||||
生成项目失败
|
生成项目失败
|
||||||
生成项目成功
|
生成项目成功
|
||||||
清理完成
|
清理完成
|
||||||
|
|
||||||
|
项目提示词不能为空
|
||||||
|
消息提示词不能为空
|
||||||
|
|||||||
3
resources/assets/js/functions/web.js
vendored
3
resources/assets/js/functions/web.js
vendored
@ -859,6 +859,9 @@ import {convertLocalResourcePath} from "../components/Replace/utils";
|
|||||||
config.value = val;
|
config.value = val;
|
||||||
},
|
},
|
||||||
'on-enter': (e) => {
|
'on-enter': (e) => {
|
||||||
|
if (inputProps.type === 'textarea') {
|
||||||
|
return;
|
||||||
|
}
|
||||||
$A(e.target).parents(".ivu-modal-body").find(".ivu-btn-primary").click();
|
$A(e.target).parents(".ivu-modal-body").find(".ivu-btn-primary").click();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user