组织换届

This commit is contained in:
liuye
2022-10-21 11:51:39 +08:00
parent 9cc8d610c6
commit eeea69196f

View File

@@ -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>