refactor(系统设置): 创建项目配置默认UI消息
--story=1012714 --user=王旭 【UI测试】消息通知 https://www.tapd.cn/55049933/s/1412077
This commit is contained in:
parent
163d79ff0e
commit
79cd2439d4
|
@ -428,6 +428,15 @@
|
|||
NULL),
|
||||
(UUID(), 'IN_SITE', 'CREATE', 'PROCESSOR', 'DEFECT_TASK', '',
|
||||
'4a890e41-e755-44fc-b734-d6a0ca25a65c', 0, #{projectId}, NULL, 1629790487682,
|
||||
NULL),
|
||||
(UUID(), 'IN_SITE', 'UPDATE', 'CREATOR', 'UI_AUTOMATION_TASK', '',
|
||||
'4a890e41-e755-44fc-b734-d6a0ca25a65c', 0, #{projectId}, NULL, 1693894147012,
|
||||
NULL),
|
||||
(UUID(), 'IN_SITE', 'DELETE', 'CREATOR', 'UI_AUTOMATION_TASK', '',
|
||||
'0b2923e9-fd1a-445d-9518-7882f902e299', 0, #{projectId}, NULL, 1693894556361,
|
||||
NULL),
|
||||
(UUID(), 'IN_SITE', 'DELETE', 'CREATOR', 'UI_REPORT_TASK', '',
|
||||
'4bd81301-50ec-4fc7-83a9-55a2cbd99966', 0, #{projectId}, NULL, 1693894632395,
|
||||
NULL)
|
||||
</insert>
|
||||
|
||||
|
|
|
@ -141,7 +141,7 @@ export default {
|
|||
this.loading = searchNoticeByType(TASK_TYPE).then(response => {
|
||||
this.defectTask = response.data;
|
||||
// 上报通知数
|
||||
this.$emit("noticeSize", {taskType: TASK_TYPE, module: 'api', data: this.defectTask});
|
||||
this.$emit("noticeSize", {taskType: TASK_TYPE, module: 'ui', data: this.defectTask});
|
||||
this.defectTask.forEach(task => {
|
||||
this.handleReceivers(task);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue