diff --git a/src/views/company/claim/index.vue b/src/views/company/claim/index.vue
index 111ee1e..5b11b86 100644
--- a/src/views/company/claim/index.vue
+++ b/src/views/company/claim/index.vue
@@ -373,17 +373,28 @@
费用 {{ nIndex + 1 }}
-
+
报销规则报销规则
+
+
+
+ 新增发票
+
+
{
let tree = res.data || []
diff --git a/src/views/company/myInvoice/components/UserList.vue b/src/views/company/myInvoice/components/UserList.vue
index 6e7621c..43f3904 100644
--- a/src/views/company/myInvoice/components/UserList.vue
+++ b/src/views/company/myInvoice/components/UserList.vue
@@ -104,6 +104,11 @@ export default {
},
created() {
this.handleInit()
+ const isAdd = this.$route.query && this.$route.query.isAdd === 'isAdd'
+ // 是否新增
+ if(isAdd) {
+ this.handleToAdd()
+ }
},
methods: {
handleBack() {