mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +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;
|
||||
},
|
||||
'on-enter': (e) => {
|
||||
if (inputProps.type === 'textarea') {
|
||||
return;
|
||||
}
|
||||
$A(e.target).parents(".ivu-modal-body").find(".ivu-btn-primary").click();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user