微调
This commit is contained in:
@@ -271,6 +271,12 @@ const minute = ref(0)
|
|||||||
const second = ref(0)
|
const second = ref(0)
|
||||||
|
|
||||||
const emit = defineEmits(['update:activeName','update:activeIndex','update:startDisabeld','update:pauseDisabled'])
|
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>({
|
const controlContent = ref<controlSource.ResControl>({
|
||||||
userPageId: '',
|
userPageId: '',
|
||||||
scriptId: '',
|
scriptId: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user