正在显示
1 个修改的文件
包含
13 行增加
和
1 行删除
| ... | @@ -28,5 +28,17 @@ export default { | ... | @@ -28,5 +28,17 @@ export default { |
| 28 | }) | 28 | }) |
| 29 | }) | 29 | }) |
| 30 | }, | 30 | }, |
| 31 | - | 31 | + /** |
| 32 | + * @export | ||
| 33 | + * @param {Array} data | ||
| 34 | + * @param {Object} dialog | ||
| 35 | + * @returns | ||
| 36 | + * @feature 错误消息弹窗 | ||
| 37 | + */ | ||
| 38 | + ErrorMessageBox(dialog, data) { | ||
| 39 | + return dialog.showErrorBox({ | ||
| 40 | + title: data.title, | ||
| 41 | + content: data.message | ||
| 42 | + }) | ||
| 43 | + } | ||
| 32 | } | 44 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
请 注册 或 登录 后发表评论