This commit is contained in:
shijingjing
2022-09-13 15:03:56 +08:00
parent 59c332152a
commit 92c8d8d5f2
4 changed files with 16 additions and 9 deletions

View File

@@ -69,6 +69,7 @@ export default {
if(!this.selected.userId) {
return this.$u.toast('请选择创建人')
}
uni.$emit("pagePicker:custom", [this.selected])
uni.setStorageSync('userSelect', this.selected)
uni.navigateBack()
},