智慧保安互联网APP
shuishen
2021-10-11 b48a5f64fe196bee6f1c7eb0be1b78c9ebec0860
pages/message/message.vue
@@ -17,7 +17,7 @@
                  <span class="header-title">通知公告</span>
                  <u-icon @click="goToAddPage" top='4' class="header-add" name="plus" color="#fff">
                  <u-icon v-if="$store.state.UserData.rname[0] != '保安'" @click="goToAddPage" top='4' class="header-add" name="plus" color="#fff">
                  </u-icon>
               </view>
@@ -121,10 +121,10 @@
         return {
            list: [{
                  name: '单位公告'
                  name: '单位通知列表'
               },
               {
                  name: '公安公告'
                  name: '公安通知列表'
               }
            ],
@@ -209,6 +209,7 @@
                  .dept_id,
               method: "get",
               data: {
                  type: 1,
                  current: that.pagelist,
                  size: 10
               },
@@ -259,6 +260,7 @@
                  .dept_id,
               method: "get",
               data: {
                  type: 1,
                  current: that.pagelist,
                  size: 10
               },
@@ -337,6 +339,7 @@
                        .dept_id,
                     method: "get",
                     data: {
                        type: 1,
                        current: 1,
                        size: 999999,
                        title: str
@@ -358,6 +361,7 @@
                        .dept_id,
                     method: "get",
                     data: {
                        type: 1,
                        current: 1,
                        size: 999999,
                        title: str
@@ -486,7 +490,7 @@
               position: absolute;
               top: 0;
               left: auto;
               right: 3px;
               right: 10px;
               bottom: 0;
               margin: auto;
               display: inline-block;