提交
This commit is contained in:
		@@ -67,6 +67,9 @@
 | 
			
		||||
        params: null,
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    onLoad() {
 | 
			
		||||
      this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter", "meetStatus");
 | 
			
		||||
    },
 | 
			
		||||
    computed: {
 | 
			
		||||
      grid() {
 | 
			
		||||
        return [
 | 
			
		||||
@@ -94,7 +97,7 @@
 | 
			
		||||
        }[status]
 | 
			
		||||
      },
 | 
			
		||||
      detail({id}) {
 | 
			
		||||
        this.comp="detail";
 | 
			
		||||
        this.comp = "detail";
 | 
			
		||||
        this.params = id;
 | 
			
		||||
        this.isList = false;
 | 
			
		||||
      },
 | 
			
		||||
@@ -139,7 +142,6 @@
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    onShow() {
 | 
			
		||||
      this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter","meetStatus");
 | 
			
		||||
      this.getData()
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user