luobisheng
2022-11-09 f7bdedf1f3f7600c73f6d5beb46c1d1f4d518822
src/views/operate/message/myIndex/myview/index.vue
@@ -23,15 +23,15 @@
        }
    },
    created() {
        this.info = this.myinfo;
        this.title = this.info.head;
        this.sendTime = this.info.sendTime;
        this.body = this.info.body;
        const { head, sendTime, body } = this.tableRowData;
        this.title = head;
        this.sendTime = sendTime;
        this.body = body;
    },
    methods: {
    },
    props: ['closeMyDialog','myinfo']
    props: ['tableRowData']
}
</script>
<style lang="scss" scoped>