@@ -59,7 +59,7 @@
getDetail(id) {
var id = id || this.id;
this.isLoading = true;
- API_Notice.getMessageInfo(this.id).then(response => {
+ API_Notice.getMessageInfo(id).then(response => {
this.detail = response;