BUG 28035

This commit is contained in:
aixianling
2022-03-04 11:28:21 +08:00
parent 265035eb91
commit 70eeab4bc2
4 changed files with 4 additions and 0 deletions

View File

@@ -57,6 +57,7 @@
import {mapState} from 'vuex'
export default {
appName: "编辑会议",
name: "fillLog",
data() {
return {

View File

@@ -107,6 +107,7 @@
import {mapState} from 'vuex'
export default {
appName:"会议详情",
data() {
return {
titleList: [

View File

@@ -46,6 +46,7 @@
</template>
<script>
export default {
appName: "参会人员",
data() {
return {
tabList: [

View File

@@ -18,6 +18,7 @@
import {mapState} from 'vuex'
export default {
appName: "会议投票",
computed: {
...mapState(['user']),
},