mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 03:28:20 +08:00
提示消息优化
This commit is contained in:
parent
e307948395
commit
99beaf830d
@ -44,7 +44,7 @@ export const ServiceStore = iRendererStore
|
||||
}
|
||||
|
||||
function updateMessage(msg?: string, error: boolean = false) {
|
||||
self.msg = String(msg) || '';
|
||||
self.msg = msg && String(msg) || '';
|
||||
self.error = error;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user