This commit is contained in:
sjl
2025-03-11 11:31:02 +08:00
3 changed files with 18 additions and 5 deletions

View File

@@ -284,6 +284,12 @@ const minute = ref(0)
const second = ref(0)
const emit = defineEmits(['update:activeName','update:activeIndex','update:startDisabeld','update:pauseDisabled'])
watch(()=>props.formControl.scriptId,()=>{
if(props.formControl.scriptId!=''){
getTree()
}
})
const controlContent = ref<controlSource.ResControl>({
userPageId: '',
scriptId: '',