Browse Source

前端红冲发票不显示问题修复20220409

mashengyi 3 years ago
parent
commit
4678b8cbe3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/noCar/hcInvoice.vue

+ 1 - 1
src/views/noCar/hcInvoice.vue

@@ -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',