@ -85,15 +85,6 @@
]),
},
watch:{
xmIteration:function(xmIteration){
var oldInfotype=this.infotype
this.infotype=''
this.$nextTick(()=>{
this.infotype=oldInfotype
})
}
data() {
return {
@ -159,8 +150,10 @@
if(infotype=='返回'){
this.goBack()
}else{
localStorage.setItem('iteration-infotype',infotype);
handleExport() {
this.downloadLoading = true
@ -250,11 +250,11 @@ import XmPlan from '../xmTask/XmPlan.vue';
setInfotype(infotype){
this.infotype=infotype;
localStorage.setItem('project-infotype',infotype);