|
@@ -33,7 +33,6 @@
|
|
:on-remove="handleRemove"
|
|
:on-remove="handleRemove"
|
|
list-type="picture"
|
|
list-type="picture"
|
|
:limit="1"
|
|
:limit="1"
|
|
- :on-preview="handlePictureCardPreview"
|
|
|
|
:headers="{ accessToken: [accessToken] }"
|
|
:headers="{ accessToken: [accessToken] }"
|
|
:on-exceed="overLength"
|
|
:on-exceed="overLength"
|
|
>
|
|
>
|
|
@@ -105,7 +104,6 @@
|
|
:on-remove="handleRemove2"
|
|
:on-remove="handleRemove2"
|
|
list-type="picture"
|
|
list-type="picture"
|
|
:limit="1"
|
|
:limit="1"
|
|
- :on-preview="handlePictureCardPreview"
|
|
|
|
:headers="{ accessToken: [accessToken] }"
|
|
:headers="{ accessToken: [accessToken] }"
|
|
:on-exceed="overLength"
|
|
:on-exceed="overLength"
|
|
>
|
|
>
|
|
@@ -127,7 +125,6 @@
|
|
:on-remove="handleRemove22"
|
|
:on-remove="handleRemove22"
|
|
list-type="picture"
|
|
list-type="picture"
|
|
:limit="1"
|
|
:limit="1"
|
|
- :on-preview="handlePictureCardPreview"
|
|
|
|
:headers="{ accessToken: [accessToken] }"
|
|
:headers="{ accessToken: [accessToken] }"
|
|
:on-exceed="overLength"
|
|
:on-exceed="overLength"
|
|
>
|
|
>
|
|
@@ -151,7 +148,6 @@
|
|
:on-remove="handleRemove222"
|
|
:on-remove="handleRemove222"
|
|
list-type="picture"
|
|
list-type="picture"
|
|
:limit="1"
|
|
:limit="1"
|
|
- :on-preview="handlePictureCardPreview"
|
|
|
|
:headers="{ accessToken: [accessToken] }"
|
|
:headers="{ accessToken: [accessToken] }"
|
|
:on-exceed="overLength"
|
|
:on-exceed="overLength"
|
|
>
|
|
>
|
|
@@ -196,7 +192,6 @@
|
|
:on-remove="handleRemove3"
|
|
:on-remove="handleRemove3"
|
|
list-type="picture"
|
|
list-type="picture"
|
|
:limit="1"
|
|
:limit="1"
|
|
- :on-preview="handlePictureCardPreview"
|
|
|
|
:headers="{ accessToken: [accessToken] }"
|
|
:headers="{ accessToken: [accessToken] }"
|
|
:on-exceed="overLength"
|
|
:on-exceed="overLength"
|
|
>
|
|
>
|
|
@@ -217,7 +212,6 @@
|
|
:on-remove="handleRemove33"
|
|
:on-remove="handleRemove33"
|
|
list-type="picture"
|
|
list-type="picture"
|
|
:limit="1"
|
|
:limit="1"
|
|
- :on-preview="handlePictureCardPreview"
|
|
|
|
:headers="{ accessToken: [accessToken] }"
|
|
:headers="{ accessToken: [accessToken] }"
|
|
:on-exceed="overLength"
|
|
:on-exceed="overLength"
|
|
>
|
|
>
|
|
@@ -512,6 +506,7 @@ export default defineComponent({
|
|
setTimeout(function () {
|
|
setTimeout(function () {
|
|
form.value = props.itemInfo
|
|
form.value = props.itemInfo
|
|
form.value.middleStatus=props.itemInfo.middleStatus?true:false
|
|
form.value.middleStatus=props.itemInfo.middleStatus?true:false
|
|
|
|
+ form.value.homePageUrl=Number(props.itemInfo.homePageUrl)
|
|
console.log('子组件中form.value')
|
|
console.log('子组件中form.value')
|
|
console.log(form.value)
|
|
console.log(form.value)
|
|
|
|
|