修改编辑文章时,如果获取数据失败,导致界面没有恢复的错误
This commit is contained in:
parent
515e7158f0
commit
53c8857e9d
|
|
@ -296,8 +296,10 @@ const getCurrentDatetime = () => {
|
|||
|
||||
// 初始化方法
|
||||
const openPage = async (params) => {
|
||||
showErrMessage.value = ''
|
||||
showDrawer.value = true
|
||||
isEdit.value = false
|
||||
fullscreenLoading.value = true
|
||||
|
||||
emptyForm()
|
||||
getCategoryData()
|
||||
|
|
|
|||
Loading…
Reference in New Issue