REVIEW 公众号的实现

(cherry picked from commit 1a1bfe0ebb)
This commit is contained in:
YunaiV
2023-04-13 22:25:35 +08:00
committed by shizhong
parent 0da3c00dea
commit df41b6860e
7 changed files with 20 additions and 28 deletions

View File

@ -252,7 +252,6 @@ import * as MpFreePublishApi from '@/api/mp/freePublish'
import type { UploadFiles, UploadProps, UploadRawFile } from 'element-plus'
// 可以用改本地数据模拟避免API调用超限
// import drafts from './mock'
const message = useMessage() // 消息
const loading = ref(true) // 列表的加载中
@ -362,7 +361,7 @@ const submitForm = async () => {
} finally {
dialogNewsVisible.value = false
addMaterialLoading.value = false
getList()
await getList()
}
}