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