bug
This commit is contained in:
@@ -242,6 +242,10 @@ export default {
|
||||
},
|
||||
onShow() {
|
||||
this.deptUserTagList = uni.getStorageSync('selectDeptUser')
|
||||
this.form.sendType = uni.getStorageSync('sendType')
|
||||
if (!this.form.sendType) {
|
||||
this.form.sendType = '0'
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user