|
@@ -114,7 +114,7 @@ import XLSX from "xlsx";
|
|
|
async loadData() {
|
|
|
const response = await this.$http.post('noCarService/hCVoiceQuery', this.formCondition);
|
|
|
if (response.data.code === 0) {
|
|
|
- this.invoiceTable = response.data.data;
|
|
|
+ this.invoiceTable = response.data.data.result;
|
|
|
}else{
|
|
|
this.$message({
|
|
|
type: 'error',
|