fix(测试跟踪): 缺陷模板消息通知页面加处理人字段
--bug=1009835--user=郭雨琦 【ID1009835】缺陷模板消息通知页面加处理人字段以及删除一些页面的console
This commit is contained in:
parent
fd76c1d8d4
commit
36629181c3
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
]
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue