增加字典方法 GetDictionaryList,GetDictionaryListByType,GetDictionaryInfoByValue, GetDictionaryInfoByTypeValue 方便后台直接获取字典属性

前端增加extend属性获取
This commit is contained in:
piexlmax(奇淼
2024-01-24 15:47:21 +08:00
parent 07cde689b1
commit abe85cf6e7
2 changed files with 32 additions and 2 deletions

View File

@@ -738,9 +738,9 @@ const moveDownField = (index) => {
form.value.fields.splice(index, 0, oldDownField)
}
const currentInstance = getCurrentInstance()
const fieldDialogNode = ref(null)
const enterDialog = () => {
currentInstance.refs.fieldDialogNode.fieldDialogFrom.validate(valid => {
fieldDialogNode.value.fieldDialogFrom.validate(valid => {
if (valid) {
dialogMiddle.value.fieldName = toUpperCase(
dialogMiddle.value.fieldName