This commit is contained in:
shijingjing
2022-02-16 10:10:18 +08:00
parent 918e75bbb0
commit 60e8def629
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<template> <template>
<div :type="type" :openid="oid"/> <div :type="type" :openid="oid" v-text="oid"/>
</template> </template>
<script> <script>

View File

@@ -62,7 +62,7 @@ export default {
myList: [], myList: [],
id: '', id: '',
selectUser: {}, selectUser: {},
titleList: ['', '事件处理', '', '事件转交'], titleList: ['', '', '事件处理', '', '事件转交'],
} }
}, },
@@ -154,7 +154,6 @@ export default {
this.forms.groupId = e[0].value this.forms.groupId = e[0].value
}, },
toSelectUser() { toSelectUser() {
console.log(111);
uni.navigateTo({ url: './SelectUser' }) uni.navigateTo({ url: './SelectUser' })
}, },
}, },

View File

@@ -151,6 +151,10 @@ export default {
...mapState(['user']), ...mapState(['user']),
}, },
onShow() {
document.title = '新增事件'
},
onLoad() { onLoad() {
this.getDict() this.getDict()
this.form.phone = this.user.phone this.form.phone = this.user.phone