fix(测试跟踪): 缺陷模板消息通知页面加处理人字段

--bug=1009835--user=郭雨琦
【ID1009835】缺陷模板消息通知页面加处理人字段以及删除一些页面的console
This commit is contained in:
guoyuqi 2022-01-27 18:07:31 +08:00 committed by 刘瑞斌
parent fd76c1d8d4
commit 36629181c3
3 changed files with 4 additions and 6 deletions

View File

@ -475,9 +475,7 @@ export default {
};
},
fileChange(threadGroups) {
console.log("zou");
let handler = this.$refs.pressureConfig;
let csvSet = new Set;
threadGroups.forEach(tg => {
tg.threadNumber = tg.threadNumber || 10;

View File

@ -285,10 +285,6 @@ function diffDetail(oldVnode,newVnode,diffNode){
}
//剩最后的子节点的时候,分类型做判断(注意最后的子节点的真实dom里可能还有dom节点)
if(isUndef(oldVnode.child)&&isUndef(newVnode.child)&&isUndef(oldVnode.children)&&isUndef(newVnode.children)){
//比较真实的dom
if(oldVnode.elm.parentNode.className==="ms-body"){
console.log("到了")
}
//最子节点比较结果
let childDiff=[];
diffRealNode(oldVnode.elm,newVnode.elm,diffNode,childDiff);

View File

@ -233,6 +233,10 @@ export default {
label:this.$t('test_track.issue.platform_status'),
value:'platformStatus',
},
{
label:this.$t('custom_field.issue_processor'),
value:'processor',
},
]
};
},