bug
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div :type="type" :openid="oid"/>
|
||||
<div :type="type" :openid="oid" v-text="oid"/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -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' })
|
||||
},
|
||||
},
|
||||
|
||||
@@ -151,6 +151,10 @@ export default {
|
||||
...mapState(['user']),
|
||||
},
|
||||
|
||||
onShow() {
|
||||
document.title = '新增事件'
|
||||
},
|
||||
|
||||
onLoad() {
|
||||
this.getDict()
|
||||
this.form.phone = this.user.phone
|
||||
|
||||
Reference in New Issue
Block a user