bug
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div :type="type" :openid="oid"/>
|
<div :type="type" :openid="oid" v-text="oid"/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -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' })
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user