|
@@ -96,7 +96,7 @@
|
|
|
:border="true"
|
|
|
:data="modelOptions"
|
|
|
highlight-current-row
|
|
|
- @current-change="handleCurrentChange">
|
|
|
+ @current-change="modelCurrentChange">
|
|
|
<el-table-column label="选择留言" prop="contents"> </el-table-column>
|
|
|
</el-table>
|
|
|
</div>
|
|
@@ -182,7 +182,7 @@ export default {
|
|
|
this.modelOptions = res.data;
|
|
|
});
|
|
|
},
|
|
|
- handleCurrentChange(row){
|
|
|
+ modelCurrentChange(row){
|
|
|
this.messageForm.contents = row.contents;
|
|
|
},
|
|
|
handleSizeChange: function(size) {
|