generated from Leo_Ding/web-template
即将修改网站-联系我们-混乱中
This commit is contained in:
parent
c68f89b88a
commit
0659f6ce8e
@ -22,7 +22,7 @@
|
|||||||
<a-form-item :label="'编码'" name="reportNum">
|
<a-form-item :label="'编码'" name="reportNum">
|
||||||
<a-input :placeholder="'请输入编码'" v-model:value="reportNum"></a-input>
|
<a-input :placeholder="'请输入编码'" v-model:value="reportNum"></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<template v-if="socialMedia.length > 0">
|
<template>
|
||||||
<a-form-item
|
<a-form-item
|
||||||
v-for="(itemImg, index) in socialMedia"
|
v-for="(itemImg, index) in socialMedia"
|
||||||
:key="index"
|
:key="index"
|
||||||
@ -81,7 +81,7 @@ async function getPageList() {
|
|||||||
address.value = res.data.address
|
address.value = res.data.address
|
||||||
phone.value = res.data.phone
|
phone.value = res.data.phone
|
||||||
reportNum.value = res.data.reportNum
|
reportNum.value = res.data.reportNum
|
||||||
socialMedia.value = res.data.socialMedia
|
socialMedia.value = Array.isArray(res.data.socialMedia) ? res.data.socialMedia : []
|
||||||
console.log(affirm.value)
|
console.log(affirm.value)
|
||||||
console.log(id.value)
|
console.log(id.value)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user