This commit is contained in:
2026-04-08 20:33:01 +08:00
parent 4655259153
commit 4bfab6518e
2 changed files with 2 additions and 2 deletions

View File

@@ -261,7 +261,7 @@ const dictStore = useDictStore()
const activeName = ref('')
const childActiveName = ref('')
const childActiveIndex = ref(0)
const firstName = 'first'
const firstName = ref('first')
const viewRowRef = ref()
const communicationList = ref<[]>([])
const testProjectPopupRef = ref()

View File

@@ -260,7 +260,7 @@ const viewDialog = ref(false)
const dictStore = useDictStore()
const activeName = ref('')
const childActiveName = ref('')
const firstName = 'first'
const firstName = ref('first')
const viewRowRef = ref()
const communicationList = ref([])
const testProjectPopupRef = ref()