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

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

Loading…
Cancel
Save