组织换届
This commit is contained in:
		@@ -42,6 +42,11 @@ export default {
 | 
			
		||||
  appName: "组织换届",
 | 
			
		||||
  computed: {
 | 
			
		||||
    ...mapState(['user']),
 | 
			
		||||
    formatTime() {
 | 
			
		||||
      return function (time) {
 | 
			
		||||
        return time && time.substring(0, 10);
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  data() {
 | 
			
		||||
    return {
 | 
			
		||||
@@ -86,16 +91,6 @@ export default {
 | 
			
		||||
      })
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  computed: {
 | 
			
		||||
    user() {
 | 
			
		||||
      return uni.getStorageSync("userInfo")
 | 
			
		||||
    },
 | 
			
		||||
    formatTime() {
 | 
			
		||||
      return function (time) {
 | 
			
		||||
        return time && time.substring(0, 10);
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
</script>
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user