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>