Commit eb17c452 by qinjianhui

Merge branch 'dev' into 'master'

fix: 问题修改

See merge request !164
parents 3b6601d6 498bd9da
...@@ -4680,7 +4680,7 @@ const downloadSingleType = async ( ...@@ -4680,7 +4680,7 @@ const downloadSingleType = async (
const url = const url =
status.value === 'TO_BE_REPLENISHMENT' status.value === 'TO_BE_REPLENISHMENT'
? 'factory/podJomallOrderUs/replenishmentComposingDesignImages' ? 'factory/podJomallOrderUs/replenishmentComposingDesignImages'
: 'factory/podJomallOrderUS/composingDesignImages' : 'factory/podJomallOrderUs/composingDesignImages'
const res = await composingDesignImages(url, [id], type, templateWidth) const res = await composingDesignImages(url, [id], type, templateWidth)
const isTiff = type === 'tiff' const isTiff = type === 'tiff'
const filePathUrl = isTiff const filePathUrl = isTiff
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment