@@ -385,8 +385,6 @@ export default {
loading: true,
// 是否显示弹出层
open: false,
- // 弹出层标题
- title: "",
// 信息列表
noticeList: [],
// 信息详情
@@ -462,7 +460,6 @@ export default {
getNotice(id).then(response => {
this.notice = response.data;
this.open = true;
- this.title = this.notice.noticeTitle;
this.loading=false;
});
},
diff --git a/vue/src/views/iot/news/index.vue b/vue/src/views/iot/news/index.vue
index d113ed93..eac1245a 100644
--- a/vue/src/views/iot/news/index.vue
+++ b/vue/src/views/iot/news/index.vue
@@ -83,6 +83,7 @@
+ 查看
修改
删除
@@ -144,6 +145,20 @@
取 消