fix: 处理自动化和用例通知配置 --bug=1006108 --user=刘瑞斌 【系统设置-消息设置】... https://www.tapd.cn/55049933/s/1038437

This commit is contained in:
Captain.B 2021-08-24 10:15:25 +08:00 committed by 刘瑞斌
parent 2ced6c62ee
commit 110769f6cf
2 changed files with 0 additions and 6 deletions

View File

@ -319,9 +319,6 @@ export default {
row.userIds.unshift('CREATOR');
}
}
if (i > -1) {
row.userIds.splice(i, 1);
}
break;
default:
break;

View File

@ -313,9 +313,6 @@ export default {
row.userIds.unshift('CREATOR');
}
}
if (i > -1) {
row.userIds.splice(i, 1);
}
break;
default:
break;