@@ -198,11 +198,6 @@
name: 'invoice-view',
layout: 'mobile',
middleware: 'authenticated',
- data () {
- return {
- showMoreRemind: false
- }
- },
computed: {
invoices () {
return this.$store.state.invoice.data.Buyerinvoices
@@ -266,7 +261,8 @@
applyObj: {
sellNum: []
},
- addItem: {}
+ addItem: {},
+ showMoreRemind: false
}
async asyncData() {