refactor(缺陷管理): 去掉console
This commit is contained in:
parent
89899d2678
commit
e5e2e4e421
|
@ -780,7 +780,6 @@
|
|||
async function getColumnHeaders() {
|
||||
try {
|
||||
customColumns = await getCustomFieldColumns();
|
||||
console.log(customColumns);
|
||||
customColumns.forEach((item) => {
|
||||
// 目前自定义字段的过滤只支持严重程度
|
||||
if (item.title === '严重程度' || item.title === 'Bug Degree') {
|
||||
|
|
Loading…
Reference in New Issue