mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-26 08:45:08 +08:00
REVIEW 公众号的实现
This commit is contained in:
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user