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 }}
-
- 筛选