fix command

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-10 11:52:53 +07:00
parent adcb1f034f
commit d065650e1b
5 changed files with 12 additions and 65 deletions

View file

@ -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);