微调
This commit is contained in:
@@ -261,7 +261,7 @@ const dictStore = useDictStore()
|
|||||||
const activeName = ref('')
|
const activeName = ref('')
|
||||||
const childActiveName = ref('')
|
const childActiveName = ref('')
|
||||||
const childActiveIndex = ref(0)
|
const childActiveIndex = ref(0)
|
||||||
const firstName = 'first'
|
const firstName = ref('first')
|
||||||
const viewRowRef = ref()
|
const viewRowRef = ref()
|
||||||
const communicationList = ref<[]>([])
|
const communicationList = ref<[]>([])
|
||||||
const testProjectPopupRef = ref()
|
const testProjectPopupRef = ref()
|
||||||
|
|||||||
@@ -260,7 +260,7 @@ const viewDialog = ref(false)
|
|||||||
const dictStore = useDictStore()
|
const dictStore = useDictStore()
|
||||||
const activeName = ref('')
|
const activeName = ref('')
|
||||||
const childActiveName = ref('')
|
const childActiveName = ref('')
|
||||||
const firstName = 'first'
|
const firstName = ref('first')
|
||||||
const viewRowRef = ref()
|
const viewRowRef = ref()
|
||||||
const communicationList = ref([])
|
const communicationList = ref([])
|
||||||
const testProjectPopupRef = ref()
|
const testProjectPopupRef = ref()
|
||||||
|
|||||||
Reference in New Issue
Block a user