zhanghua
2022-11-25 a57d835392e8e76f4212069ed72fc108de0a8bc3
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>