This commit is contained in:
刘仕伟
2022-06-26 13:16:59 +08:00
parent f243282e7f
commit f3c3e55b5e

View File

@@ -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>