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