| | |
| | | }, |
| | | |
| | | // 企业异常详情 |
| | | exceptiondataCount() { |
| | | exceptionApi |
| | | .exceptiondata1({ |
| | | // siteName: this.form.name, |
| | | siteName: '', |
| | | beginTime: this.form.beginTime, |
| | | endTime: this.form.endTime |
| | | }) |
| | | .then((res) => { |
| | | let obj = index.calRecur(res.data.data) |
| | | this.bill.exceptionRecurrence = obj['exceptionRecurrence'] |
| | | this.bill.exceptionTypeAggregation = obj['exceptionTypeAggregation'] |
| | | }) |
| | | }, |
| | | // exceptiondataCount() { |
| | | // exceptionApi |
| | | // .exceptiondata1({ |
| | | // // siteName: this.form.name, |
| | | // siteName: '', |
| | | // beginTime: this.form.beginTime, |
| | | // endTime: this.form.endTime |
| | | // }) |
| | | // .then((res) => { |
| | | // let obj = index.calRecur(res.data.data) |
| | | // this.bill.exceptionRecurrence = obj['exceptionRecurrence'] |
| | | // this.bill.exceptionTypeAggregation = obj['exceptionTypeAggregation'] |
| | | // }) |
| | | // }, |
| | | |
| | | /** |
| | | * 初始加载函数 |