add props transactionLinkId

This commit is contained in:
ogerly 2022-12-07 10:43:02 +01:00
parent 3e3135a6c4
commit 4767b5f050
2 changed files with 10 additions and 8 deletions

View File

@ -72,14 +72,15 @@ export default {
typeId: {
type: String,
},
linkId: {
type: Number,
required: false,
},
previousBookedBalance: {
type: String,
required: true,
},
transactionLinkId: {
type: Number,
required: false,
default: null,
},
},
data() {
return {

View File

@ -73,14 +73,15 @@ export default {
type: String,
required: true,
},
linkId: {
type: Number,
required: false,
},
previousBookedBalance: {
type: String,
required: true,
},
transactionLinkId: {
type: Number,
required: false,
default: null,
},
},
data() {
return {