merge
This commit is contained in:
parent
cca389f1b0
commit
7764f4651c
17 changed files with 40 additions and 47 deletions
|
|
@ -56,6 +56,10 @@ watch(isOpen, (newValue) => {
|
|||
router.push({ name: route.name });
|
||||
});
|
||||
|
||||
openedFile.value = route.query.fileIndex
|
||||
? dialog.content.files[route.query.fileIndex]
|
||||
: dialog.content.files[0];
|
||||
|
||||
// Functions
|
||||
async function validate() {
|
||||
const response = await api.validateBrief(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue