@ -468,6 +468,7 @@
}
params=this.getParams(params);
params.withParents="1"
//params.isTop="1"
let callback= (res)=>{
var tips=res.data.tips;
@ -375,6 +375,8 @@
params.ctimeStart=this.dateRanger[0]
params.ctimeEnd=this.dateRanger[1]
if(tips.isOk){
@ -301,7 +301,7 @@
params=this.getParams(params)
this.load.list = true;
listXmMenu(params).then((res) => {
@ -353,6 +353,7 @@
listXmMenuWithPlan(params).then((res) => {
@ -495,6 +495,7 @@ import XmProjectGroupSelect from '../xmProjectGroup/XmProjectGroupSelect.vue';
listXmProjectPhase(params).then((res) => {
@ -182,6 +182,7 @@
var params={parentPhaseId:row.id}
params.isTop=""
var func=listXmProjectPhase
func(params).then(res=>{
@ -241,6 +241,8 @@
if(this.filters.taskType!="all" && this.filters.taskType!="" && this.filters.taskType!=null){
params.taskType=this.filters.taskType
if(this.selProject){
params.projectId = this.selProject.id;
@ -220,6 +220,8 @@
params.isMy="1"
params.menuId=this.menuId
getTask(params).then((res) => {
@ -1489,6 +1489,8 @@ export default {
if (this.filters.tags && this.filters.tags.length>0) {
params.tagIdList = this.filters.tags.map(i=>i.tagId);
getTask(params)
.then((res) => {
var tips = res.data.tips;
@ -389,6 +389,7 @@
params.projectPhaseId=this.projectPhase.id
}}