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