bug
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<span>拍摄人</span>
|
||||
</div>
|
||||
<div class="right" @click="linkTo('./PersonnelSetting?id=' + id)">
|
||||
<span>{{ createUserId ? '已选择' : '不限' }}</span>
|
||||
<span>{{ albumUserList.length ? '已选择' : '不限' }}</span>
|
||||
<image src="./images/right.png" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -100,6 +100,7 @@
|
||||
this.createUserId = res.data.createUserId || ''
|
||||
this.photoSource = res.data.photoSource || 0
|
||||
this.watermarkId = res.data.watermarkId || ''
|
||||
this.albumUserList = res.data.albumUserList || []
|
||||
}
|
||||
})
|
||||
},
|
||||
@@ -124,6 +125,8 @@
|
||||
|
||||
if (this.id) {
|
||||
uni.$emit('change')
|
||||
} else {
|
||||
uni.$emit('update')
|
||||
}
|
||||
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user