SanHQin 1 tuần trước cách đây
mục cha
commit
c77843b777
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/components/pages/noticeCenter/component/received.vue

+ 3 - 1
src/components/pages/noticeCenter/component/received.vue

@@ -161,7 +161,9 @@ export default {
     },
     showNoticeDetail(row){
       this.$refs.noticeDetailDialogRef.open(row)
-      this.changeStatus(row.id,1)
+      if(row.status!=1){
+        this.changeStatus(row.id,1)
+      }
     },
     changeStatus(id,newStatus){
       let params = [{