fix command
This commit is contained in:
parent
adcb1f034f
commit
d065650e1b
5 changed files with 12 additions and 65 deletions
|
|
@ -46,6 +46,7 @@ async function fetchData() {
|
|||
isDraft.value = data.isDraft;
|
||||
isSign.value = data.isSign;
|
||||
isAttachment.value = data.isAttachment;
|
||||
store.readonly = step.value === 5;
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue