|
@ -267,7 +267,7 @@ const importTemplateData = reactive({ |
|
|
|
|
|
|
|
|
/** 初始化 **/ |
|
|
/** 初始化 **/ |
|
|
onMounted(async () => { |
|
|
onMounted(async () => { |
|
|
tableObject.params.businessType = 'inducedProduct' |
|
|
tableObject.params.businessType = 'InducedProduct' |
|
|
getList() |
|
|
getList() |
|
|
if(routeName.value == 'InducedProduct'){ |
|
|
if(routeName.value == 'InducedProduct'){ |
|
|
// importTemplateData.templateUrl = await DeliverRecordMainApi.importInducedProductTemplate() |
|
|
// importTemplateData.templateUrl = await DeliverRecordMainApi.importInducedProductTemplate() |
|
|