[WIP] Добавил данные в конфиг, переписал компонент с набором тэгов

This commit is contained in:
megavrilinvv
2023-05-18 13:48:15 +03:00
parent 2724d483bf
commit 0c557d185c
5 changed files with 100 additions and 76 deletions

View File

@@ -159,6 +159,14 @@ export default {
});
},
},
watch: {
fillInspection: {
immediate: true,
handler(newVal) {
if (newVal) this.change = false;
},
},
},
};
</script>