微调
This commit is contained in:
@@ -219,12 +219,15 @@ const importFile = async (pattern:string) => {
|
||||
const params = {
|
||||
title: '被检设备',
|
||||
showCover: false,
|
||||
patternId: dictStore.getDictData('Pattern').find(item=>item.name=== modeStore.currentMode)?.id,
|
||||
tempApi: downloadCNDevTemplate,
|
||||
importApi: importCNDev,
|
||||
// importApi: modeStore.currentMode === "比对式"? importContrastPqDev: importCNDev,
|
||||
getTableList: proTable.value?.getTableList,
|
||||
}
|
||||
deviceImportExcel.value?.acceptParams(params)
|
||||
|
||||
console.log(params)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user