Browse Source

BUG修改

hella_online_20240829
parent
commit
1c8d2ded35
  1. 2
      src/views/qms/inspectionMethod/index.vue

2
src/views/qms/inspectionMethod/index.vue

@ -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(',')
} }

Loading…
Cancel
Save