This commit is contained in:
2024-11-05 11:43:27 +08:00
parent 7f8aeebb1e
commit 64ae879aee
4 changed files with 110 additions and 113 deletions

View File

@@ -169,6 +169,7 @@
import { useDictStore } from '@/stores/modules/dict'
import { getDictList } from '@/api/user/login.ts'
const dictStore = useDictStore()
// 定义弹出组件元信息
const dialogFormRef = ref()
const options = [
@@ -269,7 +270,7 @@ import { getDictList } from '@/api/user/login.ts'
const open = (sign: string, data: Dict.ResDictPq) => {
titleType.value = sign
dialogVisible.value = true
console.log('123456',dictStore.getDictData('High_Cate'))
if (data.id) {
formContent.value = { ...data }
} else {