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>
<div :type="type" :openid="oid"/>
<div :type="type" :openid="oid" v-text="oid"/>
</template>
<script>

View File

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

View File

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