|
@@ -556,7 +556,7 @@ export default {
|
|
|
let _this = this;
|
|
let _this = this;
|
|
|
this.title = row.name;
|
|
this.title = row.name;
|
|
|
this.message_id = row.id;
|
|
this.message_id = row.id;
|
|
|
- this.$api.getTemplate({ id: row.template_id }).then((res) => {
|
|
|
|
|
|
|
+ this.$api.getMessageInfo({ id: row.id }).then((res) => {
|
|
|
if (res.data.code == 0) {
|
|
if (res.data.code == 0) {
|
|
|
this.widgetList = res.data.data.widget;
|
|
this.widgetList = res.data.data.widget;
|
|
|
this.widgetList.forEach((i) => {
|
|
this.widgetList.forEach((i) => {
|