From 9a7895c64ad5ddf4ca0351a3405f3def62d178ae Mon Sep 17 00:00:00 2001
From: JS-LM <2497833386@QQ.com>
Date: Sat, 17 Jun 2023 16:43:09 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E7=A5=A8=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E9=A1=B5bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jsowell-ui/src/views/order/invoice/detail.vue | 4 ++--
jsowell-ui/src/views/order/order/index.vue | 7 -------
2 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/jsowell-ui/src/views/order/invoice/detail.vue b/jsowell-ui/src/views/order/invoice/detail.vue
index 217b9fbc4..203d3ae39 100644
--- a/jsowell-ui/src/views/order/invoice/detail.vue
+++ b/jsowell-ui/src/views/order/invoice/detail.vue
@@ -59,7 +59,7 @@ export default {
// 订单金额列表
orderList: [],
// 发票抬头
- invoiceTitle: null,
+ invoiceTitle: {},
dialogVisible: false,
};
},
@@ -75,7 +75,7 @@ export default {
console.log("查询申请开票信息详情结果", response);
this.data = response.data;
this.orderList = this.data.orderList;
- this.invoiceTitle = this.data.invoiceTitle;
+ this.invoiceTitle = response.data.invoiceTitle;
});
},
// 修改开票为已开票
diff --git a/jsowell-ui/src/views/order/order/index.vue b/jsowell-ui/src/views/order/order/index.vue
index 73d4bd5b1..a631634cb 100644
--- a/jsowell-ui/src/views/order/order/index.vue
+++ b/jsowell-ui/src/views/order/order/index.vue
@@ -152,13 +152,6 @@
>{{ city }}
-
- 筛选