mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 02:06:43 +08:00
Merge branch 'hotfix/0803业绩快报BUG修改' into release/0803
This commit is contained in:
@@ -153,6 +153,9 @@ export default {
|
|||||||
this.title = title
|
this.title = title
|
||||||
}
|
}
|
||||||
this.list = this.reportList[this.active]
|
this.list = this.reportList[this.active]
|
||||||
|
if(this.reportList[this.active]==null){
|
||||||
|
this.list = {salechnlName: this.active,sellTypeName:null,preItems:"0",prePrem:"0.00",items:"0",prem:"0.00",standPrem:"0.00",manageComName:null,insertDate:null,insertTime:null,riskName:null}
|
||||||
|
}
|
||||||
if (this.list.insertDate == null && this.list.insertTime == null) {
|
if (this.list.insertDate == null && this.list.insertTime == null) {
|
||||||
this.time = '--'
|
this.time = '--'
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user