调整部署日期修复detail印花累加问题
This commit is contained in:
@@ -482,9 +482,8 @@ export default defineComponent({
|
||||
}
|
||||
if(arr.length > 0){
|
||||
editPrintElementData.imgDomIndex = 0
|
||||
editPrintElementData.printStyleList[props.type][newVal] = []
|
||||
// editPrintElementData.printStyleList[props.type].single = []
|
||||
// editPrintElementData.printStyleList[props.type].overall = []
|
||||
editPrintElementData.printStyleList[props.type].single = []
|
||||
editPrintElementData.printStyleList[props.type].overall = []
|
||||
arr.forEach((item:any,index:number) => {
|
||||
getItemPosition(item)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user