fix bug รายละเอียดคำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-21 16:39:25 +07:00
parent 26123c1184
commit 3f20979e66
2 changed files with 8 additions and 6 deletions

View file

@ -46,7 +46,6 @@ async function fetchData() {
isDraft.value = data.isDraft;
isSign.value = data.isSign;
isAttachment.value = data.isAttachment;
store.readonly = step.value > 2;
})
.catch((err) => {
messageError($q, err);