|
|
|
@ -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()
|
|
|
|
|
},
|
|
|
|
|
)
|
|
|
|
|