This commit is contained in:
2021-02-10 16:16:33 +00:00
parent aa5a952aa4
commit d7cc0ce407
24 changed files with 62 additions and 67 deletions

View File

@@ -392,8 +392,8 @@ export default {
},
props: {
value: { type: String, default: "" },
ayaType: Number,
ayaId: Number,
ayaType: { type: Number, default: null },
ayaId: { type: Number, default: null },
readonly: Boolean
},
watch: {