luobisheng
2022-11-29 296b5e8d29199a14b29666562574a09a58f97c24
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>