diff --git a/src/views/xm/core/xmProduct/XmProductInfo.vue b/src/views/xm/core/xmProduct/XmProductInfo.vue index 4d8384e1..5af77ddc 100644 --- a/src/views/xm/core/xmProduct/XmProductInfo.vue +++ b/src/views/xm/core/xmProduct/XmProductInfo.vue @@ -25,6 +25,11 @@ 需求 + + + 任务 + + 缺陷 diff --git a/src/views/xm/core/xmTask/XmTaskMng.vue b/src/views/xm/core/xmTask/XmTaskMng.vue index a9a6b1e5..d93056d4 100644 --- a/src/views/xm/core/xmTask/XmTaskMng.vue +++ b/src/views/xm/core/xmTask/XmTaskMng.vue @@ -1289,6 +1289,7 @@ export default { }else if(this.queryScope==='task'){ params.ntype="0" } + if(this.ptype==='1'){ if(!params.productId){ this.$notify.warning("请先选中产品") @@ -1300,7 +1301,7 @@ export default { return; } } - params.ptype=this.ptype + //params.ptype=this.ptype getTask(params) .then((res) => { @@ -2490,6 +2491,7 @@ export default { this.searchXmTasks(); }, onTaskWorkloadSubmit(){ + this.taskWorkloadVisible=false; this.searchXmTasks(); treeTool.reloadAllChildren(this.$refs.table,this.maps,[this.editForm],'parentTaskid',this.loadXmTaskLazy) },