pull/6/head
Dragon 1 year ago
parent e616e186b8
commit 6286f6b272

@ -319,8 +319,8 @@ function previewHandler(event: MouseEvent) {
watch( watch(
() => [taskStore.activeId], () => [taskStore.activeId],
() => { () => {
taskId.value = taskStore.getPackageid packageId.value = taskStore.getPackageid
packageId.value = taskStore.getActiveId taskId.value = taskStore.getActiveId
getDetail() getDetail()
}, },
) )

Loading…
Cancel
Save