未验证 提交 4dbe5ffa 编写于 作者: X xiao-shanfeng 提交者: GitHub

修改多个字典管理标签切换 (#1042)

上级 38d66c71
......@@ -127,12 +127,17 @@ import {
findSysDictionaryDetail,
getSysDictionaryDetailList
} from '@/api/sysDictionaryDetail' // 此处请自行替换地址
import { ref } from 'vue'
import { ref, watch } from 'vue'
import { useRoute } from 'vue-router'
import { ElMessage } from 'element-plus'
import { formatBoolean, formatDate } from '@/utils/format'
const route = useRoute()
watch(() => route.params.id, (id) => {
searchInfo.value.sysDictionaryID = Number(id)
getTableData()
})
const formData = ref({
label: null,
value: null,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册