feat:设备管理修改
This commit is contained in:
@@ -50,7 +50,7 @@ watch(
|
||||
newVal => {
|
||||
if (!newVal) return (fileList.value = [])
|
||||
const urls = Array.isArray(newVal) ? newVal : newVal.split(',')
|
||||
imgs.value = urls.map(url => url.previewUrl)
|
||||
imgs.value = urls.map(url => url.url)
|
||||
fileList.value = urls.map(url => ({
|
||||
url: url.url,
|
||||
status: 'success',
|
||||
|
||||
Reference in New Issue
Block a user