mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix lint
This commit is contained in:
parent
d18be8bcd2
commit
1c7a689621
@ -11,7 +11,11 @@
|
|||||||
@change-rows="setRows"
|
@change-rows="setRows"
|
||||||
/>
|
/>
|
||||||
<hr />
|
<hr />
|
||||||
<gdd-table :row_form="row_form" :transactions="transactions" @change-transactions="setTransactions"/>
|
<gdd-table
|
||||||
|
:row_form="row_form"
|
||||||
|
:transactions="transactions"
|
||||||
|
@change-transactions="setTransactions"
|
||||||
|
/>
|
||||||
</b-container>
|
</b-container>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -226,8 +226,7 @@ export default {
|
|||||||
send: false,
|
send: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {},
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
async onDecode(decodedString) {
|
async onDecode(decodedString) {
|
||||||
const arr = JSON.parse(decodedString)
|
const arr = JSON.parse(decodedString)
|
||||||
@ -261,7 +260,7 @@ export default {
|
|||||||
this.$emit('change-rows', { row_form: false, row_check: false, row_thx: true })
|
this.$emit('change-rows', { row_form: false, row_check: false, row_thx: true })
|
||||||
} else {
|
} else {
|
||||||
// console.log('send error')
|
// console.log('send error')
|
||||||
alert("error")
|
alert('error')
|
||||||
this.$emit('change-rows', { row_form: true, row_check: false, row_thx: false })
|
this.$emit('change-rows', { row_form: true, row_check: false, row_thx: false })
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user