fix : 修复人员选择框取消功能
This commit is contained in:
@@ -293,6 +293,8 @@ const schema = computed(() => {
|
||||
})
|
||||
|
||||
const baseForm = ref()
|
||||
localStorage.removeItem('originallySelectedList')
|
||||
|
||||
//匹配字典值,返回对应值的字典标签
|
||||
const filterDict = (data, value) => {
|
||||
if (data === undefined || value === undefined) return;
|
||||
|
||||
Reference in New Issue
Block a user