update
This commit is contained in:
parent
991cce97f7
commit
1175681814
@ -251,7 +251,6 @@ function handleAuthUser(row) {
|
|||||||
autnUserTitle.value = "分配用户";
|
autnUserTitle.value = "分配用户";
|
||||||
authUserForm.value.id = row.id
|
authUserForm.value.id = row.id
|
||||||
getAssignUser(row.id).then(res => {
|
getAssignUser(row.id).then(res => {
|
||||||
console.log(res, 'res');
|
|
||||||
authUserForm.value.userIds = res.data
|
authUserForm.value.userIds = res.data
|
||||||
})
|
})
|
||||||
authOpen.value = true;
|
authOpen.value = true;
|
||||||
@ -312,7 +311,6 @@ const changeReleases = (row) => {
|
|||||||
|
|
||||||
/** 图片预览 */
|
/** 图片预览 */
|
||||||
const handlePreview = (img) => {
|
const handlePreview = (img) => {
|
||||||
console.log(img, 'img');
|
|
||||||
imgDialogVisible.value = true;
|
imgDialogVisible.value = true;
|
||||||
dialogImageUrl.value = img;
|
dialogImageUrl.value = img;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user