|
|
|
|
@ -14,10 +14,10 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
// import UploadIndex from '@/components/uploadPicture/indexvo.vue'
|
|
|
|
|
import UploadIndex from '@/components/uploadPicture/index.vue'
|
|
|
|
|
export default {
|
|
|
|
|
name: 'UploadFroms',
|
|
|
|
|
// components: { UploadIndex },
|
|
|
|
|
components: { UploadIndex },
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
visible: false,
|
|
|
|
|
@ -29,9 +29,9 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
watch: {
|
|
|
|
|
// show() {
|
|
|
|
|
// this.visible = this.show
|
|
|
|
|
// }
|
|
|
|
|
show() {
|
|
|
|
|
this.visible = this.show
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
handleClose() {
|
|
|
|
|
|