|
|
@ -120,7 +120,7 @@ |
|
|
|
start: "", |
|
|
|
start: "", |
|
|
|
stop: "", |
|
|
|
stop: "", |
|
|
|
activeIndex:0, |
|
|
|
activeIndex:0, |
|
|
|
status:null, |
|
|
|
statusParams:1, |
|
|
|
pm:1 |
|
|
|
pm:1 |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
@ -155,16 +155,19 @@ |
|
|
|
getStatus(val){ |
|
|
|
getStatus(val){ |
|
|
|
|
|
|
|
|
|
|
|
if(val!=2){ |
|
|
|
if(val!=2){ |
|
|
|
this.status=null; |
|
|
|
this.statusParams=1; |
|
|
|
this.pm=val; |
|
|
|
this.pm=val; |
|
|
|
if(val==1){this.activeIndex=0;} |
|
|
|
if(val==1){this.activeIndex=0;} |
|
|
|
if(val==0){this.activeIndex=1;} |
|
|
|
if(val==0){this.activeIndex=1;} |
|
|
|
|
|
|
|
|
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
this.status=0; |
|
|
|
this.statusParams=0; |
|
|
|
this.pm=null; |
|
|
|
this.pm=null; |
|
|
|
this.activeIndex=2 |
|
|
|
this.activeIndex=2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
this.page = 1 |
|
|
|
|
|
|
|
this.status = false; |
|
|
|
|
|
|
|
this.recordList=[] |
|
|
|
this.getRecordList(); |
|
|
|
this.getRecordList(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
spreadInfo(){ |
|
|
|
spreadInfo(){ |
|
|
@ -202,7 +205,7 @@ |
|
|
|
limit: limit, |
|
|
|
limit: limit, |
|
|
|
start: start, |
|
|
|
start: start, |
|
|
|
stop: stop, |
|
|
|
stop: stop, |
|
|
|
status:that.status, |
|
|
|
status:that.statusParams, |
|
|
|
pm:that.pm |
|
|
|
pm:that.pm |
|
|
|
}, recordType).then(res => { |
|
|
|
}, recordType).then(res => { |
|
|
|
let len = res.data.list.length; |
|
|
|
let len = res.data.list.length; |
|
|
@ -219,7 +222,7 @@ |
|
|
|
limit: limit, |
|
|
|
limit: limit, |
|
|
|
start: start, |
|
|
|
start: start, |
|
|
|
stop: stop, |
|
|
|
stop: stop, |
|
|
|
status:that.status, |
|
|
|
status:that.statusParams, |
|
|
|
pm:that.pm |
|
|
|
pm:that.pm |
|
|
|
}).then(res => { |
|
|
|
}).then(res => { |
|
|
|
let len = res.data.list.length; |
|
|
|
let len = res.data.list.length; |
|
|
|