fix load issue from undefined templates
This commit is contained in:
parent
de44186164
commit
acaa9a18ae
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ const onFind = async (e: Event) => {
|
|||
}
|
||||
|
||||
if (!!json.columns && !!json.rows) {
|
||||
if (!json.templates) {
|
||||
json.templates = []
|
||||
}
|
||||
appStore.currentInventory.data = json
|
||||
appStore.currentInventory.filePath = val
|
||||
router.push('/editor')
|
||||
|
|
Loading…
Add table
Reference in a new issue