fix : 修复人员选择框取消功能

This commit is contained in:
2024-08-28 17:30:45 +08:00
parent f4a1e3e932
commit 060f6e0fd8
5 changed files with 9 additions and 3 deletions

View File

@@ -293,6 +293,8 @@ const schema = computed(() => {
})
const baseForm = ref()
localStorage.removeItem('originallySelectedList')
//匹配字典值,返回对应值的字典标签
const filterDict = (data, value) => {
if (data === undefined || value === undefined) return;