This commit is contained in:
yanran200730
2022-05-25 17:50:44 +08:00
parent f23adc52ef
commit 7211926a77
7 changed files with 22 additions and 13 deletions

View File

@@ -68,7 +68,7 @@
return this.$u.toast('请选择人员')
}
uni.$emit('change', {
uni.$emit('watermarkChange', {
type: 'personnel',
value: this.userList.length ? this.userList : []
})