|
@ -178,7 +178,7 @@ const buttonTableClick = async (val, row) => { |
|
|
/** 添加/修改操作 */ |
|
|
/** 添加/修改操作 */ |
|
|
const basicFormRef = ref() |
|
|
const basicFormRef = ref() |
|
|
const openForm = (type: string, row?: any) => { |
|
|
const openForm = (type: string, row?: any) => { |
|
|
if(row && row.videoAddress.trim()){ |
|
|
if(row && row.videoAddress?.trim()){ |
|
|
row.filePathList = row.videoAddress.split(',') |
|
|
row.filePathList = row.videoAddress.split(',') |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|