xjc %!s(int64=4) %!d(string=hai) anos
pai
achega
5173b456ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/message/Message.vue

+ 1 - 1
src/views/message/Message.vue

@@ -556,7 +556,7 @@ export default {
         let _this = this;
       this.title = row.name;
       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) {
           this.widgetList = res.data.data.widget;
           this.widgetList.forEach((i) => {