mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
通知请求问题
This commit is contained in:
@@ -128,6 +128,7 @@ const id = computed(() => props.id)
|
||||
params.value.id = id.value
|
||||
onMounted(() => {
|
||||
checked.value = true
|
||||
if(!id.value) return
|
||||
noticeDataById({ id: id.value }).then((res) => {
|
||||
const { name, startTime, endTime, content } = res.data
|
||||
params.value.name = name;
|
||||
|
||||
Reference in New Issue
Block a user