fix: 图片上传代码恢复;

tea/dev
wx-jincw 3 weeks ago
parent 23c792cc40
commit eedc3e2f63

@ -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() {

Loading…
Cancel
Save