浏览代码

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

mashengyi 3 年之前
父节点
当前提交
4678b8cbe3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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',