注释审批人缓存

This commit is contained in:
liuye
2023-06-12 17:23:27 +08:00
parent 147c780d20
commit 75e1cc1812

View File

@@ -57,7 +57,7 @@ export default {
}
},
onLoad(o) {
this.selected = uni.getStorageSync('selectDeptUser') || []
// this.selected = uni.getStorageSync('selectDeptUser') || []
this.getAllDepts()
this.type = o.selectTtype.split('?')[0]
},