feat: 移除无用方法

This commit is contained in:
xingyu4j
2022-11-15 10:52:27 +08:00
parent 716266693b
commit ddca5f77e0
23 changed files with 14 additions and 55 deletions

View File

@ -178,8 +178,6 @@ const {
// 字典分类修改操作
const handleTypeCreate = () => {
setDialogTile('typeCreate')
// 重置表单
unref(typeFormRef)?.getElFormRef()?.resetFields()
}
const handleTypeUpdate = async (row: DictTypeVO) => {
setDialogTile('typeUpdate')
@ -207,8 +205,6 @@ const {
// 字典数据修改操作
const handleDataCreate = () => {
setDialogTile('dataCreate')
// 重置表单
unref(dataFormRef)?.getElFormRef()?.resetFields()
}
const handleDataUpdate = async (row: DictDataVO) => {
setDialogTile('dataUpdate')