|
@@ -737,7 +737,7 @@ const modalTitle = ref('创建新的元素表')
|
|
const isAddType = ref(false)
|
|
const isAddType = ref(false)
|
|
const createClose = async () => {
|
|
const createClose = async () => {
|
|
|
|
|
|
- // getTableData()
|
|
|
|
|
|
+ getTableData()
|
|
|
|
|
|
isCreateShow.value = false
|
|
isCreateShow.value = false
|
|
}
|
|
}
|